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

sculptormetamodel.Enum Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

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

/**
 * 
 * A representation of the model object 'Enum'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link sculptormetamodel.Enum#getValues Values}
  • *
  • {@link sculptormetamodel.Enum#isOrdinal Ordinal}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getEnum() * @model * @generated */ public interface Enum extends DomainObject { /** * Returns the value of the 'Values' containment reference list. * The list contents are of type {@link sculptormetamodel.EnumValue}. * *

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

* * @return the value of the 'Values' containment reference list. * @see sculptormetamodel.SculptormetamodelPackage#getEnum_Values() * @model containment="true" * @generated */ EList getValues(); /** * Returns the value of the 'Ordinal' attribute. * *

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

* * @return the value of the 'Ordinal' attribute. * @see #setOrdinal(boolean) * @see sculptormetamodel.SculptormetamodelPackage#getEnum_Ordinal() * @model * @generated */ boolean isOrdinal(); /** * Sets the value of the '{@link sculptormetamodel.Enum#isOrdinal Ordinal}' attribute. * * * @param value the new value of the 'Ordinal' attribute. * @see #isOrdinal() * @generated */ void setOrdinal(boolean value); } // Enum




© 2015 - 2025 Weber Informatics LLC | Privacy Policy