public static enum XCScheme.AdditionalActions extends Enum<XCScheme.AdditionalActions>
Enum Constant and Description |
---|
POST_SCHEME_ACTIONS |
PRE_SCHEME_ACTIONS |
Modifier and Type | Method and Description |
---|---|
static XCScheme.AdditionalActions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XCScheme.AdditionalActions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XCScheme.AdditionalActions PRE_SCHEME_ACTIONS
public static final XCScheme.AdditionalActions POST_SCHEME_ACTIONS
public static XCScheme.AdditionalActions[] values()
for (XCScheme.AdditionalActions c : XCScheme.AdditionalActions.values()) System.out.println(c);
public static XCScheme.AdditionalActions 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 null