public static enum XTraceType.TypeStandardModel extends java.lang.Enum<XTraceType.TypeStandardModel>
Enum Constant and Description |
---|
INCOMPLETE |
NORMAL |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static XTraceType.TypeStandardModel |
decode(java.lang.String encoding) |
java.lang.String |
getEncoding() |
static XTraceType.TypeStandardModel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static XTraceType.TypeStandardModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XTraceType.TypeStandardModel NORMAL
public static final XTraceType.TypeStandardModel INCOMPLETE
public static final XTraceType.TypeStandardModel UNKNOWN
public static XTraceType.TypeStandardModel[] values()
for (XTraceType.TypeStandardModel c : XTraceType.TypeStandardModel.values()) System.out.println(c);
public static XTraceType.TypeStandardModel 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 nullpublic java.lang.String getEncoding()
public static XTraceType.TypeStandardModel decode(java.lang.String encoding)