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