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