All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.opitzconsulting.orcasDsl.DomainColumn Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

There is a newer version: 8.7.1
Show newest version
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Domain Column'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.DomainColumn#isAppend_last Append last}
  • *
  • {@link de.opitzconsulting.orcasDsl.DomainColumn#getColumnNameRules Column Name Rules}
  • *
  • {@link de.opitzconsulting.orcasDsl.DomainColumn#getColumn Column}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getDomainColumn() * @model * @generated */ public interface DomainColumn extends EObject { /** * Returns the value of the 'Append last' attribute. * *

* If the meaning of the 'Append last' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Append last' attribute. * @see #setAppend_last(boolean) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getDomainColumn_Append_last() * @model * @generated */ boolean isAppend_last(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.DomainColumn#isAppend_last Append last}' attribute. * * * @param value the new value of the 'Append last' attribute. * @see #isAppend_last() * @generated */ void setAppend_last(boolean value); /** * Returns the value of the 'Column Name Rules' containment reference list. * The list contents are of type {@link de.opitzconsulting.orcasDsl.GenNameRule}. * *

* If the meaning of the 'Column Name Rules' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Column Name Rules' containment reference list. * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getDomainColumn_ColumnNameRules() * @model containment="true" * @generated */ EList getColumnNameRules(); /** * Returns the value of the 'Column' containment reference. * *

* If the meaning of the 'Column' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Column' containment reference. * @see #setColumn(Column) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getDomainColumn_Column() * @model containment="true" * @generated */ Column getColumn(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.DomainColumn#getColumn Column}' containment reference. * * * @param value the new value of the 'Column' containment reference. * @see #getColumn() * @generated */ void setColumn(Column value); } // DomainColumn




© 2015 - 2025 Weber Informatics LLC | Privacy Policy