public enum ListUPR extends Enum<ListUPR>
Used in IntfReport
Enum Constant and Description |
---|
OTHER |
PRIORITY_1_STRATEGIC_ORDER |
PRIORITY_2_TASKED_PLAN_EXECUTION |
PRIORITY_3_ESSENTIAL_OPERATIONAL_SUPPORT |
PRIORITY_4_TRAINING |
PRIORITY_5_VIP_SUPPORT |
PRIORITY_6_RDT_E_AND_GENERAL |
PRIORITY_7_MISCELLANEOUS |
Modifier and Type | Method and Description |
---|---|
static ListUPR |
fromValue(String v) |
String |
value() |
static ListUPR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUPR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUPR PRIORITY_1_STRATEGIC_ORDER
public static final ListUPR PRIORITY_2_TASKED_PLAN_EXECUTION
public static final ListUPR PRIORITY_3_ESSENTIAL_OPERATIONAL_SUPPORT
public static final ListUPR PRIORITY_4_TRAINING
public static final ListUPR PRIORITY_5_VIP_SUPPORT
public static final ListUPR PRIORITY_6_RDT_E_AND_GENERAL
public static final ListUPR PRIORITY_7_MISCELLANEOUS
public static final ListUPR OTHER
public static ListUPR[] values()
for (ListUPR c : ListUPR.values()) System.out.println(c);
public static ListUPR 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.