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