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