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