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