public enum XmlItemType extends Enum<XmlItemType>
Enum Constant and Description |
---|
ANNOTATION |
ARRAY |
CLASS |
DEPENDENCY |
ENTRY |
FIELD |
KEY |
METHOD |
MODIFIES |
PARAMETER |
PARAMETERS |
REPLACE |
VALUE |
VALUES |
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
String |
getElementName() |
static XmlItemType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlItemType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XmlItemType CLASS
public static final XmlItemType METHOD
public static final XmlItemType FIELD
public static final XmlItemType ANNOTATION
public static final XmlItemType VALUE
public static final XmlItemType VALUES
public static final XmlItemType ENTRY
public static final XmlItemType KEY
public static final XmlItemType DEPENDENCY
public static final XmlItemType PARAMETERS
public static final XmlItemType PARAMETER
public static final XmlItemType ARRAY
public static final XmlItemType REPLACE
public static final XmlItemType MODIFIES
public static XmlItemType[] values()
for (XmlItemType c : XmlItemType.values()) System.out.println(c);
public static XmlItemType 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 String getElementName()
public String getAlias()
Copyright © 2008–2013 Seam Framework. All rights reserved.