public enum ListCUT extends Enum<ListCUT>
Used in Allotment
, Assignment
Enum Constant and Description |
---|
APPROVED_PERMANENT |
APPROVED_TEMPORARY |
CANCELLED_REJECTED |
OTHER |
REQUEST_PERMANENT |
REQUEST_TEMPORARY |
Modifier and Type | Method and Description |
---|---|
static ListCUT |
fromValue(String v) |
String |
value() |
static ListCUT |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCUT[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCUT REQUEST_TEMPORARY
public static final ListCUT REQUEST_PERMANENT
public static final ListCUT APPROVED_TEMPORARY
public static final ListCUT APPROVED_PERMANENT
public static final ListCUT CANCELLED_REJECTED
public static final ListCUT OTHER
public static ListCUT[] values()
for (ListCUT c : ListCUT.values()) System.out.println(c);
public static ListCUT 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.