public enum ApplSeqIndicator extends Enum<ApplSeqIndicator>
Enum Constant and Description |
---|
NO_RECOVERY_REQUIRED
No Recovery Required.
|
NO_VALUE
Identifies no value.
|
RECOVERY_REQUIRED
Recovery Required.
|
Modifier and Type | Method and Description |
---|---|
static ApplSeqIndicator |
forValue(byte value) |
byte |
getValue() |
static ApplSeqIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplSeqIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplSeqIndicator NO_VALUE
public static final ApplSeqIndicator NO_RECOVERY_REQUIRED
public static final ApplSeqIndicator RECOVERY_REQUIRED
public static ApplSeqIndicator[] values()
for (ApplSeqIndicator c : ApplSeqIndicator.values()) System.out.println(c);
public static ApplSeqIndicator 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 nullpublic byte getValue()
public static ApplSeqIndicator forValue(byte value)
Copyright © 2012–2024 Onix Solutions. All rights reserved.