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