public static enum FederationProvider.FederationError extends java.lang.Enum<FederationProvider.FederationError>
Enum Constant and Description |
---|
INCOMPLETE_PARAMS |
NO_PARAMS |
NO_PROV_CLASS |
NO_PROV_INST |
Modifier and Type | Method and Description |
---|---|
static FederationProvider.FederationError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FederationProvider.FederationError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FederationProvider.FederationError NO_PARAMS
public static final FederationProvider.FederationError INCOMPLETE_PARAMS
public static final FederationProvider.FederationError NO_PROV_CLASS
public static final FederationProvider.FederationError NO_PROV_INST
public static FederationProvider.FederationError[] values()
for (FederationProvider.FederationError c : FederationProvider.FederationError.values()) System.out.println(c);
public static FederationProvider.FederationError valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null