public enum ListUAG extends Enum<ListUAG>
Used in IntfReport
Enum Constant and Description |
---|
AFRICOM |
CENTCOM |
EUCOM |
JFCOM |
NORTHCOM |
OTHER |
PACOM |
SOCOM |
SOUTHCOM |
STRATCOM |
TRANSCOM |
Modifier and Type | Method and Description |
---|---|
static ListUAG |
fromValue(String v) |
String |
value() |
static ListUAG |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListUAG[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListUAG AFRICOM
public static final ListUAG CENTCOM
public static final ListUAG EUCOM
public static final ListUAG JFCOM
public static final ListUAG NORTHCOM
public static final ListUAG PACOM
public static final ListUAG SOCOM
public static final ListUAG SOUTHCOM
public static final ListUAG STRATCOM
public static final ListUAG TRANSCOM
public static final ListUAG OTHER
public static ListUAG[] values()
for (ListUAG c : ListUAG.values()) System.out.println(c);
public static ListUAG 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.