Modifier and type | Action and description |
---|---|
abstract org.eclipse.xtext.xbase.XExpression | getCondition Returns the value of the 'Condition' containment reference. |
abstract java.lang.String | getMessage Returns the value of the 'Message' attribute. |
abstract boolean | isIsStatic Returns the value of the 'Is Static' attribute. |
abstract void | setCondition(XExpression) Sets the value of the 'Condition' containment reference. |
abstract void | setIsStatic(boolean) Sets the value of the 'Is Static' attribute. |
abstract void | setMessage(String) Sets the value of the 'Message' attribute. |
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
def getCondition : org.eclipse.xtext.xbase.XExpression
def getMessage : java.lang.String
def isIsStatic : boolean
def setCondition(XExpression)
def setIsStatic(boolean)
def setMessage(String)