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

sculptormetamodel.EnumConstructorParameter Maven / Gradle / Ivy

/**
 */
package sculptormetamodel;

import org.eclipse.emf.ecore.EObject;

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

* The following features are supported: *

    *
  • {@link sculptormetamodel.EnumConstructorParameter#getValue Value}
  • *
*

* * @see sculptormetamodel.SculptormetamodelPackage#getEnumConstructorParameter() * @model * @generated */ public interface EnumConstructorParameter extends EObject { /** * Returns the value of the 'Value' attribute. * *

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

* * @return the value of the 'Value' attribute. * @see #setValue(String) * @see sculptormetamodel.SculptormetamodelPackage#getEnumConstructorParameter_Value() * @model * @generated */ String getValue(); /** * Sets the value of the '{@link sculptormetamodel.EnumConstructorParameter#getValue Value}' attribute. * * * @param value the new value of the 'Value' attribute. * @see #getValue() * @generated */ void setValue(String value); } // EnumConstructorParameter




© 2015 - 2025 Weber Informatics LLC | Privacy Policy