Modifier and type | Property and description |
---|---|
IExpressionBuilder | initialValue
Replies the initialValue. |
SarlField | sarlField
Replies the generated element. |
Modifier and type | Action and description |
---|---|
ISarlFieldBuilder | addModifier(String)
Add a modifier. |
void | eInit(EObject,String,String,IJvmTypeProvider)
Initialize the Ecore element. |
org.eclipse.emf.ecore.resource.Resource | eResource
Replies the resource. |
IExpressionBuilder | getInitialValue
Replies the initialValue. |
SarlField | getSarlField
Replies the generated element. |
ISarlFieldBuilder | setDocumentation(String)
Change the documentation of the element. |
ISarlFieldBuilder | setType(String)
Change the type. |
ISarlFieldBuilder | setType(JvmTypeReference)
Change the type. |
java.lang.String | toString |
val initialValue : IExpressionBuilder
This property is an alias for the action: getInitialValue
val sarlField : SarlField
This property is an alias for the action: getSarlField
new
def addModifier(String) : ISarlFieldBuilder
def eInit(EObject,String,String,IJvmTypeProvider)
def eResource : org.eclipse.emf.ecore.resource.Resource
def getInitialValue : IExpressionBuilder
def getSarlField : SarlField
def setDocumentation(String) : ISarlFieldBuilder
def setType(String) : ISarlFieldBuilder
def setType(JvmTypeReference) : ISarlFieldBuilder
def toString : java.lang.String