public enum ListCPC extends Enum<ListCPC>
Used in JRFLEntry
| Modifier and Type | Method and Description |
|---|---|
static ListCPC |
fromValue(String v) |
String |
value() |
static ListCPC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCPC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCPC GUARDED
public static final ListCPC PROTECTED
public static final ListCPC TABOO
public static ListCPC[] values()
for (ListCPC c : ListCPC.values()) System.out.println(c);
public static ListCPC 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.