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