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