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