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