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

All Superinterfaces:
CustomView

public interface TypeView
extends CustomView

A representation of the model object 'Type View'.

The following features are supported:

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

Method Summary
  getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 java.lang.String getMetaclassName()
          Returns the value of the 'Metaclass Name' attribute.
 MetamodelView getMetamodelView()
          Returns the value of the 'Metamodel View' container reference.
  getReferences()
          Returns the value of the 'References' containment reference list.
 boolean isAppliesToSubInstances()
          Returns the value of the 'Applies To Sub Instances' attribute.
 void setAppliesToSubInstances(boolean value)
          Sets the value of the 'Applies To Sub Instances' attribute.
 void setMetaclassName(java.lang.String value)
          Sets the value of the 'Metaclass Name' attribute.
 
Methods inherited from interface org.eclipse.gmt.modisco.infra.browser.custom.CustomView
getCustomizedFeatures
 

Method Detail

getMetaclassName

java.lang.String getMetaclassName()
Returns the value of the 'Metaclass Name' attribute.

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

Returns:
the value of the 'Metaclass Name' attribute.
See Also:
setMetaclassName(String), UicustomPackage.getTypeView_MetaclassName()
Generated:
Model:

setMetaclassName

void setMetaclassName(java.lang.String value)
Sets the value of the 'Metaclass Name' attribute.

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

isAppliesToSubInstances

boolean isAppliesToSubInstances()
Returns the value of the 'Applies To Sub Instances' attribute. The default value is "true".

If the meaning of the 'Applies To Sub Instances' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Applies To Sub Instances' attribute.
See Also:
setAppliesToSubInstances(boolean), UicustomPackage.getTypeView_AppliesToSubInstances()
Generated:
Model:
default="true"

setAppliesToSubInstances

void setAppliesToSubInstances(boolean value)
Sets the value of the 'Applies To Sub Instances' attribute.

Parameters:
value - the new value of the 'Applies To Sub Instances' attribute.
See Also:
isAppliesToSubInstances()
Generated:

getAttributes

 getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type AttributeView. It is bidirectional and its opposite is 'Type'.

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

Returns:
the value of the 'Attributes' containment reference list.
See Also:
UicustomPackage.getTypeView_Attributes(), AttributeView.getType()
Generated:
Model:
opposite="type" containment="true"

getReferences

 getReferences()
Returns the value of the 'References' containment reference list. The list contents are of type ReferenceView. It is bidirectional and its opposite is 'Type'.

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

Returns:
the value of the 'References' containment reference list.
See Also:
UicustomPackage.getTypeView_References(), ReferenceView.getType()
Generated:
Model:
opposite="type" containment="true"

getMetamodelView

MetamodelView getMetamodelView()
Returns the value of the 'Metamodel View' container reference. It is bidirectional and its opposite is 'Types'.

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

Returns:
the value of the 'Metamodel View' container reference.
See Also:
UicustomPackage.getTypeView_MetamodelView(), MetamodelView.getTypes()
Generated:
Model:
opposite="types" required="true" transient="false" changeable="false"