public enum ListCSN extends Enum<ListCSN>
Used in Allocation
, Usage
, Variance
Modifier and Type | Method and Description |
---|---|
static ListCSN |
fromValue(String value)
Get a allocated service from a service name.
|
static String |
qualifier(String name)
Get a allocated service qualifying statement from a service name.
|
String |
value() |
static ListCSN |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCSN[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCSN AERONAUTICAL_FIXED
public static final ListCSN AERONAUTICAL_MOBILE_OFF_ROUTE
public static final ListCSN AERONAUTICAL_MOBILE_ROUTE
public static final ListCSN AERONAUTICAL_MOBILE
public static final ListCSN AERONAUTICAL_MOBILE_SATELLITE_OR
public static final ListCSN AERONAUTICAL_MOBILE_SATELLITE_R
public static final ListCSN AERONAUTICAL_MOBILE_SATELLITE
public static final ListCSN AERONAUTICAL_RADIONAVIGATION
public static final ListCSN AERONAUTICAL_RADIONAVIGATION_SATELLITE
public static final ListCSN AMATEUR
public static final ListCSN AMATEUR_SATELLITE
public static final ListCSN BROADCASTING
public static final ListCSN BROADCASTING_SATELLITE
public static final ListCSN EARTH_EXPLORATION_SATELLITE_ACTIVE
public static final ListCSN EARTH_EXPLORATION_SATELLITE_PASSIVE
public static final ListCSN EARTH_EXPLORATION_SATELLITE
public static final ListCSN FIXED
public static final ListCSN FIXED_SATELLITE
public static final ListCSN INTER_SATELLITE
public static final ListCSN LAND_MOBILE
public static final ListCSN LAND_MOBILE_SATELLITE
public static final ListCSN MARITIME_MOBILE
public static final ListCSN MARITIME_MOBILE_SATELLITE
public static final ListCSN MARITIME_RADIONAVIGATION
public static final ListCSN MARITIME_RADIONAVIGATION_SATELLITE
public static final ListCSN METEOROLOGICAL_AIDS
public static final ListCSN METEOROLOGICAL_SATELLITE
public static final ListCSN MOBILE
public static final ListCSN MOBILE_SATELLITE
public static final ListCSN RADIO_ASTRONOMY
public static final ListCSN RADIODETERMINATION
public static final ListCSN RADIODETERMINATION_SATELLITE
public static final ListCSN RADIOLOCATION
public static final ListCSN RADIOLOCATION_SATELLITE
public static final ListCSN RADIONAVIGATION
public static final ListCSN RADIONAVIGATION_SATELLITE
public static final ListCSN SPACE_OPERATION
public static final ListCSN SPACE_RESEARCH_ACTIVE
public static final ListCSN SPACE_RESEARCH_PASSIVE
public static final ListCSN SPACE_RESEARCH
public static final ListCSN SPACE_TELECOMMAND
public static final ListCSN SPACE_TELECOMMAND_TT_C
public static final ListCSN SPACE_TELEMETERING
public static final ListCSN SPACE_TELEMETERING_TT_C
public static final ListCSN SPACE_TRACKING
public static final ListCSN SPACE_TRACKING_TT_C
public static final ListCSN SPECIAL
public static final ListCSN SPECIALISED_MOBILE_RADIO
public static final ListCSN STANDARD_FREQUENCY_AND_TIME_SIGNAL
public static final ListCSN STANDARD_FREQUENCY_AND_TIME_SIGNAL_SATELLITE
public static final ListCSN OTHER
11/13/14 - request to be added to spec. Until the spec is amended use OTHER and add a Remark.
public static ListCSN[] values()
for (ListCSN c : ListCSN.values()) System.out.println(c);
public static ListCSN 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()
public static ListCSN fromValue(String value)
e.g. "RADIONAVIGATION-SATELLITE (space-to-Earth) (space-to-space)" will return "RADIONAVIGATION-SATELLITE".
Use the qualifier
method for "except" or other qualifying
statements.
value
- a frequency table allocation namepublic static String qualifier(String name)
e.g. "RADIONAVIGATION-SATELLITE (space-to-Earth) (space-to-space)" will return "(space-to-Earth) (space-to-space)".
name
- a frequency table allocation nameCopyright © 2016 OpenSSRF.org. All rights reserved.