com.mxgraph.io.gd
Enum mxGdDocument.mxGDParseState
java.lang.Object
java.lang.Enum<mxGdDocument.mxGDParseState>
com.mxgraph.io.gd.mxGdDocument.mxGDParseState
- All Implemented Interfaces:
- Serializable, Comparable<mxGdDocument.mxGDParseState>
- Enclosing class:
- mxGdDocument
public static enum mxGdDocument.mxGDParseState
- extends Enum<mxGdDocument.mxGDParseState>
Represents the different states in the parse of a file.
START
public static final mxGdDocument.mxGDParseState START
PARSING_NODES
public static final mxGdDocument.mxGDParseState PARSING_NODES
PARSING_EDGES
public static final mxGdDocument.mxGDParseState PARSING_EDGES
values
public static mxGdDocument.mxGDParseState[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (mxGdDocument.mxGDParseState c : mxGdDocument.mxGDParseState.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static mxGdDocument.mxGDParseState valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.