public interface MuddleElementType extends Type
The following features are supported:
MuddlePackage.getMuddleElementType()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Feature> |
getFeatures()
Returns the value of the 'Features' containment reference list.
|
org.eclipse.emf.common.util.EList<MuddleElement> |
getInstances()
Returns the value of the 'Instances' reference list.
|
org.eclipse.emf.common.util.EList<MuddleElementType> |
getSubTypes()
Returns the value of the 'Sub Types' reference list.
|
org.eclipse.emf.common.util.EList<MuddleElementType> |
getSuperTypes()
Returns the value of the 'Super Types' reference list.
|
org.eclipse.emf.common.util.EList<MuddleElement> getInstances()
MuddleElement.
It is bidirectional and its opposite is 'Type'.
If the meaning of the 'Instances' reference list isn't clear, there really should be more of a description here...
MuddlePackage.getMuddleElementType_Instances(),
MuddleElement.getType()org.eclipse.emf.common.util.EList<Feature> getFeatures()
Feature.
It is bidirectional and its opposite is 'Owning Type'.
If the meaning of the 'Features' containment reference list isn't clear, there really should be more of a description here...
MuddlePackage.getMuddleElementType_Features(),
Feature.getOwningType()org.eclipse.emf.common.util.EList<MuddleElementType> getSuperTypes()
MuddleElementType.
It is bidirectional and its opposite is 'Sub Types'.
If the meaning of the 'Super Types' reference list isn't clear, there really should be more of a description here...
MuddlePackage.getMuddleElementType_SuperTypes(),
getSubTypes()org.eclipse.emf.common.util.EList<MuddleElementType> getSubTypes()
MuddleElementType.
It is bidirectional and its opposite is 'Super Types'.
If the meaning of the 'Sub Types' reference list isn't clear, there really should be more of a description here...
MuddlePackage.getMuddleElementType_SubTypes(),
getSuperTypes()Copyright © 2018. All rights reserved.