fr.cnes.genopus.events
Enum GPEventSelector.GPEventsEnum

java.lang.Object
  extended by java.lang.Enum<GPEventSelector.GPEventsEnum>
      extended by fr.cnes.genopus.events.GPEventSelector.GPEventsEnum
All Implemented Interfaces:
Serializable, Comparable<GPEventSelector.GPEventsEnum>
Enclosing class:
GPEventSelector

public static enum GPEventSelector.GPEventsEnum
extends 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

DATE

public static final GPEventSelector.GPEventsEnum DATE
Absolute date event detector.


RELATIVE_DATE

public static final GPEventSelector.GPEventsEnum RELATIVE_DATE
Relative date event detector.


ALTITUDE

public static final GPEventSelector.GPEventsEnum ALTITUDE
Altitude event detector.


APSIDE

public static final GPEventSelector.GPEventsEnum APSIDE
Apside event detector.


AOL

public static final GPEventSelector.GPEventsEnum AOL
AoL event detector.


NODE

public static final GPEventSelector.GPEventsEnum NODE
Node event detector.


ECLIPSE

public static final GPEventSelector.GPEventsEnum ECLIPSE
Eclipse event detector.


LOCAL_TIME

public static final GPEventSelector.GPEventsEnum LOCAL_TIME
Local time event detector.


VISIBILITY_FROM_STATION

public static final GPEventSelector.GPEventsEnum VISIBILITY_FROM_STATION
Visibility event detector.

Method Detail

values

public static GPEventSelector.GPEventsEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (GPEventSelector.GPEventsEnum c : GPEventSelector.GPEventsEnum.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static GPEventSelector.GPEventsEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

toString

public String toString()

Overrides:
toString in class Enum<GPEventSelector.GPEventsEnum>


Copyright © 2017. All rights reserved.