Interface NewValueInfo
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
NewValueInfoImpl
public interface NewValueInfo extends org.eclipse.emf.ecore.EObjectA representation of the model object 'New Value Info'.The following features are supported:
- See Also:
CalculationsPackage.getNewValueInfo()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EObjectgetValue()Returns the value of the 'Value' containment reference.StringgetValueExpression()Returns the value of the 'Value Expression' attribute.NewValueVariantgetVariant()Returns the value of the 'Variant' attribute.booleanisSetVariant()Returns whether the value of the 'Variant' attribute is set.voidsetValue(org.eclipse.emf.ecore.EObject value)Sets the value of the 'Value' containment reference.voidsetValueExpression(String value)Sets the value of the 'Value Expression' attribute.voidsetVariant(NewValueVariant value)Sets the value of the 'Variant' attribute.voidunsetVariant()Unsets the value of the 'Variant' attribute.
-
-
-
Method Detail
-
getVariant
NewValueVariant getVariant()
Returns the value of the 'Variant' attribute. The literals are from the enumerationNewValueVariant.- Returns:
- the value of the 'Variant' attribute.
- See Also:
NewValueVariant,isSetVariant(),unsetVariant(),setVariant(NewValueVariant),CalculationsPackage.getNewValueInfo_Variant()
-
setVariant
void setVariant(NewValueVariant value)
Sets the value of the 'Variant' attribute.- Parameters:
value- the new value of the 'Variant' attribute.- See Also:
NewValueVariant,isSetVariant(),unsetVariant(),getVariant()
-
unsetVariant
void unsetVariant()
Unsets the value of the 'Variant' attribute.- See Also:
isSetVariant(),getVariant(),setVariant(NewValueVariant)
-
isSetVariant
boolean isSetVariant()
Returns whether the value of the 'Variant' attribute is set.- Returns:
- whether the value of the 'Variant' attribute is set.
- See Also:
unsetVariant(),getVariant(),setVariant(NewValueVariant)
-
getValue
org.eclipse.emf.ecore.EObject getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(EObject),CalculationsPackage.getNewValueInfo_Value()
-
setValue
void setValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getValueExpression
String getValueExpression()
Returns the value of the 'Value Expression' attribute.- Returns:
- the value of the 'Value Expression' attribute.
- See Also:
setValueExpression(String),CalculationsPackage.getNewValueInfo_ValueExpression()
-
setValueExpression
void setValueExpression(String value)
Sets the value of the 'Value Expression' attribute.- Parameters:
value- the new value of the 'Value Expression' attribute.- See Also:
getValueExpression()
-
-