Package org.eclipse.xtext
Interface Negation
-
- All Superinterfaces:
Condition,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NegationImpl
public interface Negation extends Condition
A representation of the model object 'Negation'.The following features are supported:
- Since:
- 2.9
- See Also:
XtextPackage.getNegation()- 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 ConditiongetValue()Returns the value of the 'Value' containment reference.voidsetValue(Condition value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getValue
Condition getValue()
Returns the value of the 'Value' containment reference.If the meaning of the 'Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Condition),XtextPackage.getNegation_Value()- Model:
- containment="true"
- Generated:
-
setValue
void setValue(Condition value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()- Generated:
-
-