public static enum IElement.Type extends Enum<IElement.Type>
component
.Modifier and Type | Method and Description |
---|---|
abstract String |
getTag() |
static IElement.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IElement.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IElement.Type FEATURE
public static final IElement.Type PLUGIN
public static IElement.Type[] values()
for (IElement.Type c : IElement.Type.values()) System.out.println(c);
public static IElement.Type 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 nullpublic abstract String getTag()
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.