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