public enum DefaultKeys extends Enum<DefaultKeys> implements Key
| Enum Constant and Description |
|---|
DESCRIPTION_FOR_EDGE |
DESCRIPTION_FOR_GRAPH |
DESCRIPTION_FOR_NODE |
URL_FOR_EDGE |
URL_FOR_NODE |
| Modifier and Type | Field and Description |
|---|---|
String |
attrName |
String |
attrTypeName |
String |
attrTypeValue |
String |
attrValue |
String |
forName |
String |
id |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static DefaultKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
void |
writeTo(ElementWriter w) |
public static final DefaultKeys DESCRIPTION_FOR_GRAPH
public static final DefaultKeys URL_FOR_NODE
public static final DefaultKeys DESCRIPTION_FOR_NODE
public static final DefaultKeys URL_FOR_EDGE
public static final DefaultKeys DESCRIPTION_FOR_EDGE
public final String id
public final String forName
public final String attrName
public final String attrValue
public final String attrTypeName
public final String attrTypeValue
public static DefaultKeys[] values()
for (DefaultKeys c : DefaultKeys.values()) System.out.println(c);
public static DefaultKeys 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.