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