public enum ListCDR extends Enum<ListCDR>
Used in Administrative
Enum Constant and Description |
---|
CODE_LIST_CHANGE |
DATA_DELETED |
DATA_INVALID |
DATA_NOT_SUPPORTED |
DATA_RECALL |
DATA_REJECTED |
DATA_RETIRED |
MISSING_REFS |
Modifier and Type | Method and Description |
---|---|
static ListCDR |
fromValue(String v) |
String |
value() |
static ListCDR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCDR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCDR CODE_LIST_CHANGE
public static final ListCDR DATA_INVALID
public static final ListCDR DATA_NOT_SUPPORTED
public static final ListCDR DATA_RECALL
public static final ListCDR DATA_REJECTED
public static final ListCDR DATA_DELETED
public static final ListCDR MISSING_REFS
public static final ListCDR DATA_RETIRED
public static ListCDR[] values()
for (ListCDR c : ListCDR.values()) System.out.println(c);
public static ListCDR 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.