public enum VertexLabelsMainGraph extends Enum<VertexLabelsMainGraph>
| Enum Constant and Description |
|---|
NODE_LABEL_COLUMN |
NODE_LABEL_GLOSSARYTERM |
NODE_LABEL_PROCESS |
NODE_LABEL_SUB_PROCESS |
NODE_LABEL_TABLE |
| Modifier and Type | Method and Description |
|---|---|
static VertexLabelsMainGraph |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VertexLabelsMainGraph[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VertexLabelsMainGraph NODE_LABEL_COLUMN
public static final VertexLabelsMainGraph NODE_LABEL_TABLE
public static final VertexLabelsMainGraph NODE_LABEL_GLOSSARYTERM
public static final VertexLabelsMainGraph NODE_LABEL_PROCESS
public static final VertexLabelsMainGraph NODE_LABEL_SUB_PROCESS
public static VertexLabelsMainGraph[] values()
for (VertexLabelsMainGraph c : VertexLabelsMainGraph.values()) System.out.println(c);
public static VertexLabelsMainGraph 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 © 2018–2020 ODPi. All rights reserved.