public enum ListCEN extends Enum<ListCEN>
Used in Notation
, NotationTimeline
, PotentialVictims
Enum Constant and Description |
---|
CENOT |
DIA_EQUIPMENT_NUMBER |
ELNOT |
EMITTER_ID |
INTERIM_IDENTIFIER |
OTHER |
SPOT |
Modifier and Type | Method and Description |
---|---|
static ListCEN |
fromValue(String v) |
String |
value() |
static ListCEN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCEN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCEN CENOT
public static final ListCEN DIA_EQUIPMENT_NUMBER
public static final ListCEN ELNOT
public static final ListCEN INTERIM_IDENTIFIER
public static final ListCEN SPOT
public static final ListCEN EMITTER_ID
public static final ListCEN OTHER
public static ListCEN[] values()
for (ListCEN c : ListCEN.values()) System.out.println(c);
public static ListCEN 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.