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