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


public interface CustomViewFeature

A representation of the model object 'Custom View Feature'.

The following features are supported:

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

Method Summary
 CustomizableFeatures getCustomizedFeature()
          Returns the value of the 'Customized Feature' attribute.
 CustomView getCustomView()
          Returns the value of the 'Custom View' container reference.
 FeatureValue getDefaultValue()
          Returns the value of the 'Default Value' containment reference.
  getValueCases()
          Returns the value of the 'Value Cases' containment reference list.
 void setCustomizedFeature(CustomizableFeatures value)
          Sets the value of the 'Customized Feature' attribute.
 void setDefaultValue(FeatureValue value)
          Sets the value of the 'Default Value' containment reference.
 

Method Detail

getCustomizedFeature

CustomizableFeatures getCustomizedFeature()
Returns the value of the 'Customized Feature' attribute. The literals are from the enumeration CustomizableFeatures.

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

Returns:
the value of the 'Customized Feature' attribute.
See Also:
CustomizableFeatures, setCustomizedFeature(CustomizableFeatures), UicustomPackage.getCustomViewFeature_CustomizedFeature()
Generated:
Model:

setCustomizedFeature

void setCustomizedFeature(CustomizableFeatures value)
Sets the value of the 'Customized Feature' attribute.

Parameters:
value - the new value of the 'Customized Feature' attribute.
See Also:
CustomizableFeatures, getCustomizedFeature()
Generated:

getValueCases

 getValueCases()
Returns the value of the 'Value Cases' containment reference list. The list contents are of type FeatureValueCase. It is bidirectional and its opposite is 'Feature'.

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

Returns:
the value of the 'Value Cases' containment reference list.
See Also:
UicustomPackage.getCustomViewFeature_ValueCases(), FeatureValueCase.getFeature()
Generated:
Model:
opposite="feature" containment="true"

getDefaultValue

FeatureValue getDefaultValue()
Returns the value of the 'Default Value' containment reference. It is bidirectional and its opposite is 'Feature'.

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

Returns:
the value of the 'Default Value' containment reference.
See Also:
setDefaultValue(FeatureValue), UicustomPackage.getCustomViewFeature_DefaultValue(), FeatureValue.getFeature()
Generated:
Model:
opposite="feature" containment="true"

setDefaultValue

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

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

getCustomView

CustomView getCustomView()
Returns the value of the 'Custom View' container reference. It is bidirectional and its opposite is 'Customized Features'.

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

Returns:
the value of the 'Custom View' container reference.
See Also:
UicustomPackage.getCustomViewFeature_CustomView(), CustomView.getCustomizedFeatures()
Generated:
Model:
opposite="customizedFeatures" required="true" transient="false" changeable="false"