public static enum mxGdCodec.mxGDParseState extends Enum<mxGdCodec.mxGDParseState>
| Enum Constant and Description |
|---|
NUM_NODES |
PARSING_EDGES |
PARSING_NODES |
START |
| Modifier and Type | Method and Description |
|---|---|
static mxGdCodec.mxGDParseState |
valueOf(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(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 nullCopyright (c) 2010 Gaudenz Alder. All rights reserved.