Package org.eclipse.xtext
Interface LiteralCondition
-
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
LiteralConditionImpl
public interface LiteralCondition extends Condition
A representation of the model object 'Literal Condition'.The following features are supported:
- Since:
- 2.9
- See Also:
XtextPackage.getLiteralCondition()- Noextend:
- This interface is not intended to be extended by clients.
- Noimplement:
- This interface is not intended to be implemented by clients.
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisTrue()Returns the value of the 'True' attribute.voidsetTrue(boolean value)Sets the value of the 'True' attribute.
-
-
-
Method Detail
-
isTrue
boolean isTrue()
Returns the value of the 'True' attribute.If the meaning of the 'True' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'True' attribute.
- See Also:
setTrue(boolean),XtextPackage.getLiteralCondition_True()- Model:
- Generated:
-
-