public enum ListCCO extends Enum<ListCCO>
Used in IntfReport
, StationConfig
Enum Constant and Description |
---|
EASTERN_HEMISPHERE |
GLOBAL |
NARROW_BEAM |
NORTH_EASTERN_EARTH_QUARTER |
NORTH_WESTERN_EARTH_QUARTER |
NORTHERN_HEMISPHERE |
OTHER |
SOUTH_EASTERN_EARTH_QUARTER |
SOUTH_WESTERN_EARTH_QUARTER |
SOUTHERN_HEMISPHERE |
WESTERN_HEMISPHERE |
Modifier and Type | Method and Description |
---|---|
static ListCCO |
fromValue(String v) |
String |
value() |
static ListCCO |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCCO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCCO GLOBAL
public static final ListCCO EASTERN_HEMISPHERE
public static final ListCCO WESTERN_HEMISPHERE
public static final ListCCO NORTHERN_HEMISPHERE
public static final ListCCO SOUTHERN_HEMISPHERE
public static final ListCCO NORTH_EASTERN_EARTH_QUARTER
public static final ListCCO NORTH_WESTERN_EARTH_QUARTER
public static final ListCCO SOUTH_EASTERN_EARTH_QUARTER
public static final ListCCO SOUTH_WESTERN_EARTH_QUARTER
public static final ListCCO NARROW_BEAM
public static final ListCCO OTHER
public static ListCCO[] values()
for (ListCCO c : ListCCO.values()) System.out.println(c);
public static ListCCO 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.