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