public enum ListCIR extends Enum<ListCIR>
Used in Assigned
| Enum Constant and Description |
|---|
NOT_REQUESTED_SECURITY |
NOT_REQUIRED |
OUTSIDE_RULES |
PENDING |
REGISTERED |
REGISTERED_NEEDS_MODIFICATION |
REGISTERED_ON_INSISTENCE |
REQUIRED |
UNFAVOURABLE |
| Modifier and Type | Method and Description |
|---|---|
static ListCIR |
fromValue(String v) |
String |
value() |
static ListCIR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCIR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCIR NOT_REQUESTED_SECURITY
public static final ListCIR NOT_REQUIRED
public static final ListCIR OUTSIDE_RULES
public static final ListCIR PENDING
public static final ListCIR REGISTERED
public static final ListCIR REGISTERED_ON_INSISTENCE
public static final ListCIR REGISTERED_NEEDS_MODIFICATION
public static final ListCIR REQUIRED
public static final ListCIR UNFAVOURABLE
public static ListCIR[] values()
for (ListCIR c : ListCIR.values()) System.out.println(c);
public static ListCIR 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 nullpublic String value()
Copyright © 2016 OpenSSRF.org. All rights reserved.