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

All Superinterfaces:
CustomView

public interface AttributeView
extends CustomView

A representation of the model object 'Attribute View'.

The following features are supported:

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

Method Summary
 java.lang.String getAttributeName()
          Returns the value of the 'Attribute Name' attribute.
 TypeView getType()
          Returns the value of the 'Type' container reference.
 void setAttributeName(java.lang.String value)
          Sets the value of the 'Attribute Name' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.browser.custom.CustomView
getCustomizedFeatures
 

Method Detail

getAttributeName

java.lang.String getAttributeName()
Returns the value of the 'Attribute Name' attribute.

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

Returns:
the value of the 'Attribute Name' attribute.
See Also:
setAttributeName(String), UicustomPackage.getAttributeView_AttributeName()
Generated:
Model:

setAttributeName

void setAttributeName(java.lang.String value)
Sets the value of the 'Attribute Name' attribute.

Parameters:
value - the new value of the 'Attribute Name' attribute.
See Also:
getAttributeName()
Generated:

getType

TypeView getType()
Returns the value of the 'Type' container reference. It is bidirectional and its opposite is 'Attributes'.

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

Returns:
the value of the 'Type' container reference.
See Also:
UicustomPackage.getAttributeView_Type(), TypeView.getAttributes()
Generated:
Model:
opposite="attributes" required="true" transient="false" changeable="false"