org.eclipse.gmt.modisco.infra.browser.custom
Interface FeatureValue

All Known Subinterfaces:
DerivedFeatureValue, StaticFeatureValue

public interface FeatureValue

A representation of the model object 'Feature Value'.

The following features are supported:

See Also:
UicustomPackage.getFeatureValue()
Generated:
Model:
abstract="true"

Method Summary
 FeatureValueCase getCase()
          Returns the value of the 'Case' container reference.
 CustomViewFeature getFeature()
          Returns the value of the 'Feature' container reference.
 

Method Detail

getFeature

CustomViewFeature getFeature()
Returns the value of the 'Feature' container reference. It is bidirectional and its opposite is 'Default Value'.

If the meaning of the 'Feature' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Feature' container reference.
See Also:
UicustomPackage.getFeatureValue_Feature(), CustomViewFeature.getDefaultValue()
Generated:
Model:
opposite="defaultValue" transient="false" changeable="false"

getCase

FeatureValueCase getCase()
Returns the value of the 'Case' container reference. It is bidirectional and its opposite is 'Value'.

If the meaning of the 'Case' container reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Case' container reference.
See Also:
UicustomPackage.getFeatureValue_Case(), FeatureValueCase.getValue()
Generated:
Model:
opposite="value" transient="false" changeable="false"