@Deprecated
public interface CustomViewFeature
The following features are supported:
UicustomPackage.getCustomViewFeature()| Modifier and Type | Method and Description |
|---|---|
CustomizableFeatures |
getCustomizedFeature()
Deprecated.
Returns the value of the 'Customized Feature' attribute.
|
CustomView |
getCustomView()
Deprecated.
Returns the value of the 'Custom View' container reference.
|
FeatureValue |
getDefaultValue()
Deprecated.
Returns the value of the 'Default Value' containment reference.
|
|
getValueCases()
Deprecated.
Returns the value of the 'Value Cases' containment reference list.
|
void |
setCustomizedFeature(CustomizableFeatures value)
Deprecated.
Sets the value of the '
Customized Feature' attribute. |
void |
setDefaultValue(FeatureValue value)
Deprecated.
Sets the value of the '
Default Value' containment reference. |
CustomizableFeatures getCustomizedFeature()
CustomizableFeatures.
If the meaning of the 'Customized Feature' attribute isn't clear, there really should be more of a description here...
CustomizableFeatures,
setCustomizedFeature(CustomizableFeatures),
UicustomPackage.getCustomViewFeature_CustomizedFeature()void setCustomizedFeature(CustomizableFeatures value)
Customized Feature' attribute.
value - the new value of the 'Customized Feature' attribute.CustomizableFeatures,
getCustomizedFeature()getValueCases()
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...
UicustomPackage.getCustomViewFeature_ValueCases(),
FeatureValueCase.getFeature()FeatureValue getDefaultValue()
Feature'.
If the meaning of the 'Default Value' containment reference isn't clear, there really should be more of a description here...
setDefaultValue(FeatureValue),
UicustomPackage.getCustomViewFeature_DefaultValue(),
FeatureValue.getFeature()void setDefaultValue(FeatureValue value)
Default Value' containment reference.
value - the new value of the 'Default Value' containment reference.getDefaultValue()CustomView getCustomView()
Customized Features'.
If the meaning of the 'Custom View' container reference isn't clear, there really should be more of a description here...
UicustomPackage.getCustomViewFeature_CustomView(),
CustomView.getCustomizedFeatures()