public enum YedKeys extends Enum<YedKeys> implements Key
| Enum Constant and Description |
|---|
EDGE_GRAPHICS |
NODE_GRAPHICS |
PORT_GEOMETRY |
PORT_GRAPHICS |
PORT_USERDATA |
RESOURCES_FOR_GRAPHML |
| Modifier and Type | Field and Description |
|---|---|
String |
attrTypeName |
String |
attrTypeValue |
String |
forName |
String |
id |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static YedKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YedKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(ElementWriter w) |
public static final YedKeys PORT_GRAPHICS
public static final YedKeys PORT_GEOMETRY
public static final YedKeys PORT_USERDATA
public static final YedKeys NODE_GRAPHICS
public static final YedKeys RESOURCES_FOR_GRAPHML
public static final YedKeys EDGE_GRAPHICS
public final String id
public final String forName
public final String attrTypeName
public final String attrTypeValue
public static YedKeys[] values()
for (YedKeys c : YedKeys.values()) System.out.println(c);
public static YedKeys 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 nullpublic void writeTo(ElementWriter w)
Copyright © 2016. All rights reserved.