|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType
org.eclipse.m2m.atl.adt.ui.text.atl.types.ModelElementType
public class ModelElementType
The ATL ModelElement type. Used to map EMF elements in this context.
Field Summary |
---|
Fields inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType |
---|
oclType |
Constructor Summary | |
---|---|
ModelElementType(OclType oclType)
Creates a new ModelElement with the given OclType, which contains informations about the metamodel name, package, etc. |
Method Summary | |
---|---|
static OclAnyType |
create(org.eclipse.emf.ecore.EClassifier classifier,
java.lang.String metamodelName)
Utility method used to create a new ModelElementType from the given classifier. |
java.util.List<Feature> |
getFeatures()
|
java.lang.String |
getInformation()
Returns a description of the model element. |
OclAnyType[] |
getSupertypes()
|
java.util.List<Operation> |
getTypeOperations()
Return the local type operations. |
boolean |
isAbstract()
Returns true if the element is abstract. |
Methods inherited from class org.eclipse.m2m.atl.adt.ui.text.atl.types.OclAnyType |
---|
create, equals, getInstance, getOclType, getOperations, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModelElementType(OclType oclType)
oclType
- the typeMethod Detail |
---|
public java.util.List<Operation> getTypeOperations()
getTypeOperations
in class OclAnyType
OclAnyType.getTypeOperations()
public boolean isAbstract()
true
if the element is abstract.
true
if the element is abstractpublic java.util.List<Feature> getFeatures()
getFeatures
in class OclAnyType
OclAnyType.getFeatures()
public OclAnyType[] getSupertypes()
getSupertypes
in class OclAnyType
OclAnyType.getSupertypes()
public static OclAnyType create(org.eclipse.emf.ecore.EClassifier classifier, java.lang.String metamodelName)
classifier
- the classifiermetamodelName
- the metamodel name
ModelElementType
public java.lang.String getInformation()
|
Copyright 2007 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |