
public static enum TraceInformation.IndexType extends java.lang.Enum<TraceInformation.IndexType>
| Modifier and Type | Method and Description |
|---|---|
static TraceInformation.IndexType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TraceInformation.IndexType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TraceInformation.IndexType MAP_KEY
public static final TraceInformation.IndexType MAP_VALUE
public static final TraceInformation.IndexType ELEMENT
public static TraceInformation.IndexType[] values()
for (TraceInformation.IndexType c : TraceInformation.IndexType.values()) System.out.println(c);
public static TraceInformation.IndexType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2011 JBoss, a division of Red Hat, Inc.