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

All Superinterfaces:
CustomView

public interface ReferenceView
extends CustomView

A representation of the model object 'Reference View'.

The following features are supported:

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

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

Method Detail

getReferenceName

java.lang.String getReferenceName()
Returns the value of the 'Reference Name' attribute.

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

Returns:
the value of the 'Reference Name' attribute.
See Also:
setReferenceName(String), UicustomPackage.getReferenceView_ReferenceName()
Generated:
Model:

setReferenceName

void setReferenceName(java.lang.String value)
Sets the value of the 'Reference Name' attribute.

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

getType

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

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.getReferenceView_Type(), TypeView.getReferences()
Generated:
Model:
opposite="references" required="true" transient="false" changeable="false"