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