de.opitzconsulting.orcasDsl.ListSubParts Maven / Gradle / Ivy
/**
*/
package de.opitzconsulting.orcasDsl;
/**
*
* A representation of the model object 'List Sub Parts'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.ListSubParts#getColumn Column}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListSubParts()
* @model
* @generated
*/
public interface ListSubParts extends TableSubPart
{
/**
* 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(ColumnRef)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListSubParts_Column()
* @model containment="true"
* @generated
*/
ColumnRef getColumn();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListSubParts#getColumn Column}' containment reference.
*
*
* @param value the new value of the 'Column' containment reference.
* @see #getColumn()
* @generated
*/
void setColumn(ColumnRef value);
} // ListSubParts
© 2015 - 2025 Weber Informatics LLC | Privacy Policy