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

de.opitzconsulting.orcasDsl.HashSubParts 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.

The newest version!
/**
 */
package de.opitzconsulting.orcasDsl;


/**
 * 
 * A representation of the model object 'Hash Sub Parts'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.HashSubParts#getColumn Column}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getHashSubParts() * @model * @generated */ public interface HashSubParts 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#getHashSubParts_Column() * @model containment="true" * @generated */ ColumnRef getColumn(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.HashSubParts#getColumn Column}' containment reference. * * * @param value the new value of the 'Column' containment reference. * @see #getColumn() * @generated */ void setColumn(ColumnRef value); } // HashSubParts




© 2015 - 2025 Weber Informatics LLC | Privacy Policy