fr.cnes.genopus.attitudes
Enum GPAttitudeLawSelector.GPLawsEnum

java.lang.Object
  extended by java.lang.Enum<GPAttitudeLawSelector.GPLawsEnum>
      extended by fr.cnes.genopus.attitudes.GPAttitudeLawSelector.GPLawsEnum
All Implemented Interfaces:
Serializable, Comparable<GPAttitudeLawSelector.GPLawsEnum>
Enclosing class:
GPAttitudeLawSelector

public static enum GPAttitudeLawSelector.GPLawsEnum
extends Enum<GPAttitudeLawSelector.GPLawsEnum>

Attitude laws enumerate.


Enum Constant Summary
AERO
          Aerodynamic angles attitude type.
BODY_CENTER_GROUND_POINTING
          Body center ground pointing attitude type.
INERTIAL
          Inertial attitude type.
LOF
          Local orbital frame attitude type.
NADIR_POINTING
          Nadir pointing attitude type.
SUN_POINTING
          Sun pointing attitude type.
TARGET_GROUND_POINTING
          Target ground pointing attitude type.
YAW_STEERING
          Yaw steering attitude type.
 
Method Summary
 String toString()
          
static GPAttitudeLawSelector.GPLawsEnum valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GPAttitudeLawSelector.GPLawsEnum[] 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

LOF

public static final GPAttitudeLawSelector.GPLawsEnum LOF
Local orbital frame attitude type.


INERTIAL

public static final GPAttitudeLawSelector.GPLawsEnum INERTIAL
Inertial attitude type.


SUN_POINTING

public static final GPAttitudeLawSelector.GPLawsEnum SUN_POINTING
Sun pointing attitude type.


YAW_STEERING

public static final GPAttitudeLawSelector.GPLawsEnum YAW_STEERING
Yaw steering attitude type.


NADIR_POINTING

public static final GPAttitudeLawSelector.GPLawsEnum NADIR_POINTING
Nadir pointing attitude type.


TARGET_GROUND_POINTING

public static final GPAttitudeLawSelector.GPLawsEnum TARGET_GROUND_POINTING
Target ground pointing attitude type.


BODY_CENTER_GROUND_POINTING

public static final GPAttitudeLawSelector.GPLawsEnum BODY_CENTER_GROUND_POINTING
Body center ground pointing attitude type.


AERO

public static final GPAttitudeLawSelector.GPLawsEnum AERO
Aerodynamic angles attitude type.

Method Detail

values

public static GPAttitudeLawSelector.GPLawsEnum[] 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 (GPAttitudeLawSelector.GPLawsEnum c : GPAttitudeLawSelector.GPLawsEnum.values())
    System.out.println(c);

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

valueOf

public static GPAttitudeLawSelector.GPLawsEnum 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<GPAttitudeLawSelector.GPLawsEnum>


Copyright © 2017. All rights reserved.