@Deprecated public interface AttributeView extends CustomView
The following features are supported:
UicustomPackage.getAttributeView()| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAttributeName()
Deprecated.
Returns the value of the 'Attribute Name' attribute.
|
TypeView |
getType()
Deprecated.
Returns the value of the 'Type' container reference.
|
void |
setAttributeName(java.lang.String value)
Deprecated.
Sets the value of the '
Attribute Name' attribute. |
getCustomizedFeaturesjava.lang.String getAttributeName()
If the meaning of the 'Attribute Name' attribute isn't clear, there really should be more of a description here...
setAttributeName(String),
UicustomPackage.getAttributeView_AttributeName()void setAttributeName(java.lang.String value)
Attribute Name' attribute.
value - the new value of the 'Attribute Name' attribute.getAttributeName()TypeView getType()
Attributes'.
If the meaning of the 'Type' container reference isn't clear, there really should be more of a description here...
UicustomPackage.getAttributeView_Type(),
TypeView.getAttributes()