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