public enum CopyBookFieldSigningType extends Enum<CopyBookFieldSigningType>
| Enum Constant and Description |
|---|
LAST_BYTE_BIT8 |
LAST_BYTE_EBCDIC_BIT5 |
POSTFIX |
PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static CopyBookFieldSigningType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CopyBookFieldSigningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CopyBookFieldSigningType POSTFIX
public static final CopyBookFieldSigningType PREFIX
public static final CopyBookFieldSigningType LAST_BYTE_BIT8
public static final CopyBookFieldSigningType LAST_BYTE_EBCDIC_BIT5
public static CopyBookFieldSigningType[] values()
for (CopyBookFieldSigningType c : CopyBookFieldSigningType.values()) System.out.println(c);
public static CopyBookFieldSigningType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2016. All rights reserved.