public interface Type
The following features are supported:
MigrationPackage.getType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.ecore.EClass |
getEClass()
Returns the value of the 'EClass' reference.
|
org.eclipse.emf.common.util.EList<Instance> |
getInstances()
Returns the value of the 'Instances' containment reference list.
|
Model |
getModel()
Returns the value of the 'Model' container reference.
|
Instance |
newInstance()
Create an instance of the type
|
void |
setEClass(org.eclipse.emf.ecore.EClass value)
Sets the value of the '
EClass' reference. |
void |
setModel(Model value)
Sets the value of the '
Model' container
reference. |
org.eclipse.emf.ecore.EClass getEClass()
If the meaning of the 'EClass' reference isn't clear, there really should be more of a description here...
Get the class to which the instances of this type conformsetEClass(EClass),
MigrationPackage.getType_EClass()void setEClass(org.eclipse.emf.ecore.EClass value)
EClass' reference.
value - the new value of the 'EClass' reference.getEClass()org.eclipse.emf.common.util.EList<Instance> getInstances()
Instance.
It is bidirectional and its opposite is 'Type'.
If the meaning of the 'Instances' containment reference list isn't clear, there really should be more of a description here...
Get the instances that conform to the classMigrationPackage.getType_Instances(),
Instance.getType()Model getModel()
Types'.
If the meaning of the 'Model' container reference isn't clear, there really should be more of a description here...
Get the model by which these instances are containedsetModel(Model),
MigrationPackage.getType_Model(),
Model.getTypes()void setModel(Model value)
Model' container
reference.
value - the new value of the 'Model' container reference.getModel()Instance newInstance()
Copyright © 2020. All rights reserved.