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.EObject
A 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.EObject
getValue()
Returns the value of the 'Value' containment reference.String
getValueExpression()
Returns the value of the 'Value Expression' attribute.NewValueVariant
getVariant()
Returns the value of the 'Variant' attribute.boolean
isSetVariant()
Returns whether the value of the 'Variant
' attribute is set.void
setValue(org.eclipse.emf.ecore.EObject value)
Sets the value of the 'Value
' containment reference.void
setValueExpression(String value)
Sets the value of the 'Value Expression
' attribute.void
setVariant(NewValueVariant value)
Sets the value of the 'Variant
' attribute.void
unsetVariant()
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()
-
-