public interface BoolValue extends LiteralValueReference
The following features are supported:
PatternLanguagePackage.getBoolValue()
Modifier and Type | Method and Description |
---|---|
org.eclipse.xtext.xbase.XBooleanLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setValue(org.eclipse.xtext.xbase.XBooleanLiteral value)
Sets the value of the '
Value ' containment reference. |
java.lang.String |
toString() |
org.eclipse.xtext.xbase.XBooleanLiteral getValue()
If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
setValue(XBooleanLiteral)
,
PatternLanguagePackage.getBoolValue_Value()
void setValue(org.eclipse.xtext.xbase.XBooleanLiteral value)
Value
' containment reference.
value
- the new value of the 'Value' containment reference.getValue()
java.lang.String toString()
toString
in interface Expression
toString
in interface LiteralValueReference
toString
in interface ValueReference
toString
in class java.lang.Object