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