public static enum OptionValue.OptionScope extends Enum<OptionValue.OptionScope>
Modifier and Type | Method and Description |
---|---|
static OptionValue.OptionScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OptionValue.OptionScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OptionValue.OptionScope BOOT
public static final OptionValue.OptionScope SYSTEM
public static final OptionValue.OptionScope SESSION
public static final OptionValue.OptionScope QUERY
public static OptionValue.OptionScope[] values()
for (OptionValue.OptionScope c : OptionValue.OptionScope.values()) System.out.println(c);
public static OptionValue.OptionScope 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 nullCopyright © 1970 The Apache Software Foundation. All rights reserved.