public enum EdgeLabelsMainGraph extends Enum<EdgeLabelsMainGraph>
| Enum Constant and Description |
|---|
EDGE_LABEL_COLUMN_AND_PROCESS |
EDGE_LABEL_CONDENSED |
EDGE_LABEL_GLOSSARYTERM_TO_GLOSSARYTERM |
EDGE_LABEL_INCLUDED_IN |
EDGE_LABEL_SEMANTIC |
EDGE_LABEL_SUBPROCESS_TO_PROCESS |
EDGE_LABEL_TABLE_AND_PROCESS |
| Modifier and Type | Method and Description |
|---|---|
static EdgeLabelsMainGraph |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EdgeLabelsMainGraph[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EdgeLabelsMainGraph EDGE_LABEL_COLUMN_AND_PROCESS
public static final EdgeLabelsMainGraph EDGE_LABEL_TABLE_AND_PROCESS
public static final EdgeLabelsMainGraph EDGE_LABEL_SEMANTIC
public static final EdgeLabelsMainGraph EDGE_LABEL_GLOSSARYTERM_TO_GLOSSARYTERM
public static final EdgeLabelsMainGraph EDGE_LABEL_SUBPROCESS_TO_PROCESS
public static final EdgeLabelsMainGraph EDGE_LABEL_CONDENSED
public static final EdgeLabelsMainGraph EDGE_LABEL_INCLUDED_IN
public static EdgeLabelsMainGraph[] values()
for (EdgeLabelsMainGraph c : EdgeLabelsMainGraph.values()) System.out.println(c);
public static EdgeLabelsMainGraph 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.