@Deprecated public interface TypeView extends CustomView
The following features are supported:
UicustomPackage.getTypeView()| Modifier and Type | Method and Description |
|---|---|
|
getAttributes()
Deprecated.
Returns the value of the 'Attributes' containment reference list.
|
java.lang.String |
getMetaclassName()
Deprecated.
Returns the value of the 'Metaclass Name' attribute.
|
MetamodelView |
getMetamodelView()
Deprecated.
Returns the value of the 'Metamodel View' container reference.
|
|
getReferences()
Deprecated.
Returns the value of the 'References' containment reference list.
|
boolean |
isAppliesToSubInstances()
Deprecated.
Returns the value of the 'Applies To Sub Instances' attribute.
|
void |
setAppliesToSubInstances(boolean value)
Deprecated.
Sets the value of the '
Applies To Sub Instances' attribute. |
void |
setMetaclassName(java.lang.String value)
Deprecated.
Sets the value of the '
Metaclass Name' attribute. |
getCustomizedFeaturesjava.lang.String getMetaclassName()
If the meaning of the 'Metaclass Name' attribute isn't clear, there really should be more of a description here...
setMetaclassName(String),
UicustomPackage.getTypeView_MetaclassName()void setMetaclassName(java.lang.String value)
Metaclass Name' attribute.
value - the new value of the 'Metaclass Name' attribute.getMetaclassName()boolean isAppliesToSubInstances()
"true".
If the meaning of the 'Applies To Sub Instances' attribute isn't clear, there really should be more of a description here...
setAppliesToSubInstances(boolean),
UicustomPackage.getTypeView_AppliesToSubInstances()void setAppliesToSubInstances(boolean value)
Applies To Sub Instances' attribute.
value - the new value of the 'Applies To Sub Instances' attribute.isAppliesToSubInstances()getAttributes()
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...
UicustomPackage.getTypeView_Attributes(),
AttributeView.getType()getReferences()
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...
UicustomPackage.getTypeView_References(),
ReferenceView.getType()MetamodelView getMetamodelView()
Types'.
If the meaning of the 'Metamodel View' container reference isn't clear, there really should be more of a description here...
UicustomPackage.getTypeView_MetamodelView(),
MetamodelView.getTypes()