private static enum PcpMmvWriter.TocType extends java.lang.Enum<PcpMmvWriter.TocType>
Enum Constant and Description |
---|
INSTANCE_DOMAINS |
INSTANCES |
METRICS |
STRINGS |
VALUES |
Modifier and Type | Field and Description |
---|---|
private int |
identifier |
Modifier and Type | Method and Description |
---|---|
static PcpMmvWriter.TocType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PcpMmvWriter.TocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PcpMmvWriter.TocType INSTANCE_DOMAINS
public static final PcpMmvWriter.TocType INSTANCES
public static final PcpMmvWriter.TocType METRICS
public static final PcpMmvWriter.TocType VALUES
public static final PcpMmvWriter.TocType STRINGS
public static PcpMmvWriter.TocType[] values()
for (PcpMmvWriter.TocType c : PcpMmvWriter.TocType.values()) System.out.println(c);
public static PcpMmvWriter.TocType 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 null