public static enum mxGdCodec.mxGDParseState extends java.lang.Enum<mxGdCodec.mxGDParseState>
| Enum Constant and Description |
|---|
NUM_NODES |
PARSING_EDGES |
PARSING_NODES |
START |
| Modifier and Type | Method and Description |
|---|---|
static mxGdCodec.mxGDParseState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static mxGdCodec.mxGDParseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final mxGdCodec.mxGDParseState START
public static final mxGdCodec.mxGDParseState NUM_NODES
public static final mxGdCodec.mxGDParseState PARSING_NODES
public static final mxGdCodec.mxGDParseState PARSING_EDGES
public static mxGdCodec.mxGDParseState[] values()
for (mxGdCodec.mxGDParseState c : mxGdCodec.mxGDParseState.values()) System.out.println(c);
public static mxGdCodec.mxGDParseState 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