public static enum mxGraphMlKey.keyForValues extends Enum<mxGraphMlKey.keyForValues>
Enum Constant and Description |
---|
ALL |
EDGE |
ENDPOINT |
GRAPH |
HYPEREDGE |
NODE |
PORT |
Modifier and Type | Method and Description |
---|---|
static mxGraphMlKey.keyForValues |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static mxGraphMlKey.keyForValues[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final mxGraphMlKey.keyForValues GRAPH
public static final mxGraphMlKey.keyForValues NODE
public static final mxGraphMlKey.keyForValues EDGE
public static final mxGraphMlKey.keyForValues HYPEREDGE
public static final mxGraphMlKey.keyForValues PORT
public static final mxGraphMlKey.keyForValues ENDPOINT
public static final mxGraphMlKey.keyForValues ALL
public static mxGraphMlKey.keyForValues[] values()
for (mxGraphMlKey.keyForValues c : mxGraphMlKey.keyForValues.values()) System.out.println(c);
public static mxGraphMlKey.keyForValues 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, David Benson. All rights reserved.