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