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