public static enum IModelElement.ElementType extends Enum<IModelElement.ElementType>
IModelElement.getElementType().| Enum Constant and Description |
|---|
Classifier
Element is a classifier (
IClassifier}. |
DataType
Element is a data type (
IDataType). |
DataTypeWithAttributes
Element is a data type (
IDataType), but has attributes. |
Enumeration
Element is an
IClassifier representing an enumeration. |
Package
Element is an
IPackage. |
| Modifier and Type | Method and Description |
|---|---|
static IModelElement.ElementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IModelElement.ElementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IModelElement.ElementType Classifier
IClassifier}.public static final IModelElement.ElementType DataType
IDataType).public static final IModelElement.ElementType DataTypeWithAttributes
IDataType), but has attributes.public static final IModelElement.ElementType Enumeration
IClassifier representing an enumeration.public static final IModelElement.ElementType Package
IPackage.public static IModelElement.ElementType[] values()
for (IModelElement.ElementType c : IModelElement.ElementType.values()) System.out.println(c);
public static IModelElement.ElementType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullCopyright © 2006-2013. All Rights Reserved.