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


public interface FeatureValueCase

A representation of the model object 'Feature Value Case'.

The following features are supported:

See Also:
UicustomPackage.getFeatureValueCase()
Generated:
Model:

Method Summary
 ModelQuery getCondition()
          Returns the value of the 'Condition' reference.
 CustomViewFeature getFeature()
          Returns the value of the 'Feature' container reference.
 FeatureValue getValue()
          Returns the value of the 'Value' containment reference.
 void setCondition(ModelQuery value)
          Sets the value of the 'Condition' reference.
 void setValue(FeatureValue value)
          Sets the value of the 'Value' containment reference.
 

Method Detail

getCondition

ModelQuery getCondition()
Returns the value of the 'Condition' reference.

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

Returns:
the value of the 'Condition' reference.
See Also:
setCondition(ModelQuery), UicustomPackage.getFeatureValueCase_Condition()
Generated:
Model:
required="true"

setCondition

void setCondition(ModelQuery value)
Sets the value of the 'Condition' reference.

Parameters:
value - the new value of the 'Condition' reference.
See Also:
getCondition()
Generated:

getValue

FeatureValue getValue()
Returns the value of the 'Value' containment reference. It is bidirectional and its opposite is 'Case'.

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(FeatureValue), UicustomPackage.getFeatureValueCase_Value(), FeatureValue.getCase()
Generated:
Model:
opposite="case" containment="true" required="true"

setValue

void setValue(FeatureValue value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()
Generated:

getFeature

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

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.getFeatureValueCase_Feature(), CustomViewFeature.getValueCases()
Generated:
Model:
opposite="valueCases" required="true" transient="false" changeable="false"