Modifier and type | Property and description |
---|---|
SarlEnumeration | sarlEnumeration Replies the generated SarlEnumeration. |
Modifier and type | Action and description |
---|---|
void | addModifier(String) Add a modifier. |
ISarlEnumLiteralBuilder | addSarlEnumLiteral(String) Create a SarlEnumLiteral. |
void | eInit(SarlScript,String,IJvmTypeProvider) Initialize the Ecore element when inside a script. |
void | eInit(XtendTypeDeclaration,String,IJvmTypeProvider) Initialize the Ecore element when inner type declaration. |
org.eclipse.emf.ecore.resource.Resource | eResource Replies the resource to which the SarlEnumeration is attached. |
SarlEnumeration | getSarlEnumeration Replies the generated SarlEnumeration. |
void | setDocumentation(String) Change the documentation of the element. |
java.lang.String | toString |
val sarlEnumeration : SarlEnumeration
This property is an alias for the action: getSarlEnumeration
new
def addModifier(String)
def addSarlEnumLiteral(String) : ISarlEnumLiteralBuilder
def eInit(SarlScript,String,IJvmTypeProvider)
def eInit(XtendTypeDeclaration,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getSarlEnumeration : SarlEnumeration
def setDocumentation(String)
def toString : java.lang.String