| Modifier and type | Field and description |
|---|---|
| protected var org.eclipse.xtext.xbase.XExpression | condition
The cached value of the 'Condition' containment reference. |
| protected static val boolean | IS_STATIC_EDEFAULT
The default value of the 'Is Static' attribute. |
| protected var boolean | isStatic
The cached value of the 'Is Static' attribute. |
| protected var java.lang.String | message
The cached value of the 'Message' attribute. |
| protected static val java.lang.String | MESSAGE_EDEFAULT
The default value of the 'Message' attribute. |
| Modifier and type | Action and description |
|---|---|
| org.eclipse.emf.common.notify.NotificationChain | basicSetCondition(XExpression,NotificationChain)
|
| java.lang.Object | eGet(int,boolean,boolean)
|
| org.eclipse.emf.common.notify.NotificationChain | eInverseRemove(InternalEObject,int,NotificationChain)
|
| boolean | eIsSet(int)
|
| void | eSet(int,Object)
|
| protected org.eclipse.emf.ecore.EClass | eStaticClass
|
| void | eUnset(int)
|
| org.eclipse.xtext.xbase.XExpression | getCondition
|
| java.lang.String | getMessage
|
| boolean | isIsStatic
|
| void | setCondition(XExpression)
|
| void | setIsStatic(boolean)
|
| void | setMessage(String)
|
| java.lang.String | toString
|
var condition : org.eclipse.xtext.xbase.XExpression
This property is an alias for the action: getCondition
var message : java.lang.String
This property is an alias for the action: getMessage
protected var condition : org.eclipse.xtext.xbase.XExpression
protected static val IS_STATIC_EDEFAULT : boolean = false
protected var isStatic : boolean
protected var message : java.lang.String
protected static val MESSAGE_EDEFAULT : java.lang.String
protected new
def basicSetCondition(XExpression,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def eGet(int,boolean,boolean) : java.lang.Object
def eInverseRemove(InternalEObject,int,NotificationChain) : org.eclipse.emf.common.notify.NotificationChain
def eIsSet(int) : boolean
def eSet(int,Object)
protected def eStaticClass : org.eclipse.emf.ecore.EClass
def eUnset(int)
def getCondition : org.eclipse.xtext.xbase.XExpression
def getMessage : java.lang.String
def isIsStatic : boolean
def setCondition(XExpression)
def setIsStatic(boolean)
def setMessage(String)
def toString : java.lang.String