public enum ListCIC extends Enum<ListCIC>
Used in DiagramEndpoint
Enum Constant and Description |
---|
AIRBORNE |
EARTH |
FIXED |
LAND |
LAND_MOBILE |
METAIDS_GROUND |
METAIDS_RADAR |
METAIDS_RADIOSONDE |
MOBILE_EARTH_AIR |
MOBILE_EARTH_LAND |
MOBILE_EARTH_SEA |
OTHER |
RADAR_AIR |
RADAR_LAND |
RADAR_SEA |
SATELLITE |
SEA |
SECONDARY_RADAR_AIR |
SECONDARY_RADAR_LAND |
SECONDARY_RADAR_SEA |
TARGET |
TRANSPORT |
Modifier and Type | Method and Description |
---|---|
static ListCIC |
fromValue(String v) |
String |
value() |
static ListCIC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCIC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCIC AIRBORNE
public static final ListCIC EARTH
public static final ListCIC FIXED
public static final ListCIC LAND
public static final ListCIC LAND_MOBILE
public static final ListCIC METAIDS_GROUND
public static final ListCIC METAIDS_RADAR
public static final ListCIC METAIDS_RADIOSONDE
public static final ListCIC MOBILE_EARTH_AIR
public static final ListCIC MOBILE_EARTH_LAND
public static final ListCIC MOBILE_EARTH_SEA
public static final ListCIC RADAR_AIR
public static final ListCIC RADAR_LAND
public static final ListCIC RADAR_SEA
public static final ListCIC SATELLITE
public static final ListCIC SEA
public static final ListCIC SECONDARY_RADAR_AIR
public static final ListCIC SECONDARY_RADAR_LAND
public static final ListCIC SECONDARY_RADAR_SEA
public static final ListCIC TARGET
public static final ListCIC TRANSPORT
public static final ListCIC OTHER
public static ListCIC[] values()
for (ListCIC c : ListCIC.values()) System.out.println(c);
public static ListCIC 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.