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