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