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

sculptormetamodel.EnumValue Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

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

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.EnumValue#getParameters Parameters}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getEnumValue() * @model * @generated */ public interface EnumValue extends NamedElement { /** * Returns the value of the 'Parameters' containment reference list. * The list contents are of type {@link sculptormetamodel.EnumConstructorParameter}. * *

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

* * @return the value of the 'Parameters' containment reference list. * @see sculptormetamodel.SculptormetamodelPackage#getEnumValue_Parameters() * @model containment="true" * @generated */ EList getParameters(); } // EnumValue




© 2015 - 2025 Weber Informatics LLC | Privacy Policy