public enum ManualLoginRedistributionState extends Enum<ManualLoginRedistributionState>
Enum Constant and Description |
---|
Distributed |
Distributing |
DistributionFailed |
NotSupported |
Supported |
Modifier and Type | Method and Description |
---|---|
static ManualLoginRedistributionState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ManualLoginRedistributionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ManualLoginRedistributionState Distributed
public static final ManualLoginRedistributionState Distributing
public static final ManualLoginRedistributionState DistributionFailed
public static final ManualLoginRedistributionState NotSupported
public static final ManualLoginRedistributionState Supported
public static ManualLoginRedistributionState[] values()
for (ManualLoginRedistributionState c : ManualLoginRedistributionState.values()) System.out.println(c);
public static ManualLoginRedistributionState 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 © 2016. All rights reserved.