public static enum UpdateManager.EdgeProperties extends java.lang.Enum<UpdateManager.EdgeProperties>
| Enum Constant and Description |
|---|
EDGE_CODE |
EDGE_LABEL |
EDGE_STATE |
EDGE_TYPE |
| Modifier and Type | Method and Description |
|---|---|
static UpdateManager.EdgeProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UpdateManager.EdgeProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateManager.EdgeProperties EDGE_TYPE
public static final UpdateManager.EdgeProperties EDGE_CODE
public static final UpdateManager.EdgeProperties EDGE_STATE
public static final UpdateManager.EdgeProperties EDGE_LABEL
public static UpdateManager.EdgeProperties[] values()
for (UpdateManager.EdgeProperties c : UpdateManager.EdgeProperties.values()) System.out.println(c);
public static UpdateManager.EdgeProperties 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 null