Interface AvailableValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AvailableValueImpl
public interface AvailableValue extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Available Value'.The following features are supported:
- See Also:
DcsPackage.getAvailableValue()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PresentationgetPresentation()Returns the value of the 'Presentation' containment reference.ValuegetValue()Returns the value of the 'Value' containment reference.voidsetPresentation(Presentation value)Sets the value of the 'Presentation' containment reference.voidsetValue(Value value)Sets the value of the 'Value' containment reference.
-
-
-
Method Detail
-
getValue
Value getValue()
Returns the value of the 'Value' containment reference.- Returns:
- the value of the 'Value' containment reference.
- See Also:
setValue(Value),DcsPackage.getAvailableValue_Value()
-
setValue
void setValue(Value value)
Sets the value of the 'Value' containment reference.- Parameters:
value- the new value of the 'Value' containment reference.- See Also:
getValue()
-
getPresentation
Presentation getPresentation()
Returns the value of the 'Presentation' containment reference.- Returns:
- the value of the 'Presentation' containment reference.
- See Also:
setPresentation(Presentation),DcsPackage.getAvailableValue_Presentation()
-
setPresentation
void setPresentation(Presentation value)
Sets the value of the 'Presentation' containment reference.- Parameters:
value- the new value of the 'Presentation' containment reference.- See Also:
getPresentation()
-
-