Class EnumerationExtension
- java.lang.Object
-
- org.emftext.language.java.extensions.classifiers.EnumerationExtension
-
public class EnumerationExtension extends Object
-
-
Constructor Summary
Constructors Constructor Description EnumerationExtension()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static EList<ConcreteClassifier>
getAllSuperClassifiers(Enumeration me)
static EnumConstant
getContainedConstant(Enumeration me, String name)
-
-
-
Method Detail
-
getAllSuperClassifiers
public static EList<ConcreteClassifier> getAllSuperClassifiers(Enumeration me)
- Returns:
- all interfaces extended by this enumeration.
-
getContainedConstant
public static EnumConstant getContainedConstant(Enumeration me, String name)
-
-