public enum ListUUC extends Enum<ListUUC>
Used in Assignment
Modifier and Type | Method and Description |
---|---|
static ListUUC |
fromValue(String v) |
String |
value() |
static ListUUC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUUC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUUC WARTIME_CIRCUITS_REQUIRED_TO_BE_OPERATED_OR_TO_BE_READY_FOR_OPERATION_IN_PEACETIME
public static final ListUUC WARTIME_CIRCUITS_THAT_HAVE_A_LIMITED_CAPABILITY_IN_PEACETIME_FOR_EXCHANGING_TRAFFIC_BETWEEN_THE_PLANNED_TERMINALS
public static final ListUUC REQUIRED_FOR_WARTIME_ONLY
public static final ListUUC REQUIRED_FOR_OCCASIONAL_AND_TEMPORARY_USAGE_FOR_TRAINING_EXERCISES_OR_MANEUVER_PURPOSES
public static final ListUUC REQUIRED_FOR_THE_DEPLOYMENT_PHASE_OF_CONTINGENCY_OPERATIONS
public static final ListUUC REQUIRED_FOR_THE_EMPLOYMENT_PHASE_OF_CONTINGENCY_OPERATIONS
public static final ListUUC REQUIRED_FOR_PEACETIME_ONLY
public static final ListUUC OTHER
public static ListUUC[] values()
for (ListUUC c : ListUUC.values()) System.out.println(c);
public static ListUUC 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.