|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<GPEventSelector.GPEventsEnum>
fr.cnes.genopus.events.GPEventSelector.GPEventsEnum
public static enum GPEventSelector.GPEventsEnum
Attitude laws enumerate.
| Enum Constant Summary | |
|---|---|
ALTITUDE
Altitude event detector. |
|
AOL
AoL event detector. |
|
APSIDE
Apside event detector. |
|
DATE
Absolute date event detector. |
|
ECLIPSE
Eclipse event detector. |
|
LOCAL_TIME
Local time event detector. |
|
NODE
Node event detector. |
|
RELATIVE_DATE
Relative date event detector. |
|
VISIBILITY_FROM_STATION
Visibility event detector. |
|
| Method Summary | |
|---|---|
String |
toString()
|
static GPEventSelector.GPEventsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static GPEventSelector.GPEventsEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final GPEventSelector.GPEventsEnum DATE
public static final GPEventSelector.GPEventsEnum RELATIVE_DATE
public static final GPEventSelector.GPEventsEnum ALTITUDE
public static final GPEventSelector.GPEventsEnum APSIDE
public static final GPEventSelector.GPEventsEnum AOL
public static final GPEventSelector.GPEventsEnum NODE
public static final GPEventSelector.GPEventsEnum ECLIPSE
public static final GPEventSelector.GPEventsEnum LOCAL_TIME
public static final GPEventSelector.GPEventsEnum VISIBILITY_FROM_STATION
| Method Detail |
|---|
public static GPEventSelector.GPEventsEnum[] values()
for (GPEventSelector.GPEventsEnum c : GPEventSelector.GPEventsEnum.values()) System.out.println(c);
public static GPEventSelector.GPEventsEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<GPEventSelector.GPEventsEnum>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||