public enum ListCLS extends Enum<ListCLS>
Used in Satellite
Enum Constant and Description |
---|
CANCELLED |
DECAYED |
FIRM_FUTURE |
GROUND_SPARE |
INOPERATIVE |
LAUNCHED |
OPERATIONAL |
ORBITAL_SPARE |
ORBITAL_TEST |
OTHER |
PARTIALLY_OPERATIONAL |
POSSIBLE_FUTURE |
RETIRED |
TOTAL_LAUNCH_FAILURE |
Modifier and Type | Method and Description |
---|---|
static ListCLS |
fromValue(String v) |
String |
value() |
static ListCLS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListCLS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ListCLS CANCELLED
public static final ListCLS DECAYED
public static final ListCLS FIRM_FUTURE
public static final ListCLS GROUND_SPARE
public static final ListCLS INOPERATIVE
public static final ListCLS LAUNCHED
public static final ListCLS OPERATIONAL
public static final ListCLS ORBITAL_SPARE
public static final ListCLS ORBITAL_TEST
public static final ListCLS PARTIALLY_OPERATIONAL
public static final ListCLS POSSIBLE_FUTURE
public static final ListCLS RETIRED
public static final ListCLS TOTAL_LAUNCH_FAILURE
public static final ListCLS OTHER
public static ListCLS[] values()
for (ListCLS c : ListCLS.values()) System.out.println(c);
public static ListCLS 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.