Interface BoolValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,Expression
,LiteralValueReference
,org.eclipse.emf.common.notify.Notifier
,ValueReference
- All Known Implementing Classes:
BoolValueImpl
public interface BoolValue extends LiteralValueReference
A representation of the model object 'Bool Value'.The following features are supported:
- See Also:
PatternLanguagePackage.getBoolValue()
- Generated:
- Model:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getValue
org.eclipse.xtext.xbase.XBooleanLiteral getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(XBooleanLiteral)
,PatternLanguagePackage.getBoolValue_Value()
- Generated:
- Model:
- containment="true"
-
setValue
void setValue(org.eclipse.xtext.xbase.XBooleanLiteral value)
Sets the value of the 'Value
' containment reference.- Parameters:
value
- the new value of the 'Value' containment reference.- See Also:
getValue()
- Generated:
-
toString
java.lang.String toString()
- Specified by:
toString
in interfaceExpression
- Specified by:
toString
in interfaceLiteralValueReference
- Specified by:
toString
in interfaceValueReference
- Overrides:
toString
in classjava.lang.Object
- Generated:
- Model:
-
-