com.mxgraph.io.graphml
Enum mxGraphMlKey.keyForValues
java.lang.Object
java.lang.Enum<mxGraphMlKey.keyForValues>
com.mxgraph.io.graphml.mxGraphMlKey.keyForValues
- All Implemented Interfaces:
- Serializable, Comparable<mxGraphMlKey.keyForValues>
- Enclosing class:
- mxGraphMlKey
public static enum mxGraphMlKey.keyForValues
- extends Enum<mxGraphMlKey.keyForValues>
Possibles values for the keyFor Attribute
GRAPH
public static final mxGraphMlKey.keyForValues GRAPH
NODE
public static final mxGraphMlKey.keyForValues NODE
EDGE
public static final mxGraphMlKey.keyForValues EDGE
HYPEREDGE
public static final mxGraphMlKey.keyForValues HYPEREDGE
PORT
public static final mxGraphMlKey.keyForValues PORT
ENDPOINT
public static final mxGraphMlKey.keyForValues ENDPOINT
ALL
public static final mxGraphMlKey.keyForValues ALL
values
public static mxGraphMlKey.keyForValues[] 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 (mxGraphMlKey.keyForValues c : mxGraphMlKey.keyForValues.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static mxGraphMlKey.keyForValues 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.