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