public static enum PoSelector.InvalidatedPo extends java.lang.Enum<PoSelector.InvalidatedPo>
The acceptance of an invalid PO is determined with the additional successful status codes
specified in the AidSelector
| Modifier and Type | Method and Description |
|---|---|
static PoSelector.InvalidatedPo |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PoSelector.InvalidatedPo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PoSelector.InvalidatedPo REJECT
public static final PoSelector.InvalidatedPo ACCEPT
public static PoSelector.InvalidatedPo[] values()
for (PoSelector.InvalidatedPo c : PoSelector.InvalidatedPo.values()) System.out.println(c);
public static PoSelector.InvalidatedPo 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