public static enum RelativeTabulatedAttitudeLaw.AroundAttitudeType extends Enum<RelativeTabulatedAttitudeLaw.AroundAttitudeType>
| Enum Constant and Description |
|---|
CONSTANT_ATT
Constant attitude law
|
EXTRAPOLATED_ATT
Extrapolated attitude law
|
| Modifier and Type | Method and Description |
|---|---|
static RelativeTabulatedAttitudeLaw.AroundAttitudeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RelativeTabulatedAttitudeLaw.AroundAttitudeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RelativeTabulatedAttitudeLaw.AroundAttitudeType CONSTANT_ATT
public static final RelativeTabulatedAttitudeLaw.AroundAttitudeType EXTRAPOLATED_ATT
public static RelativeTabulatedAttitudeLaw.AroundAttitudeType[] values()
for (RelativeTabulatedAttitudeLaw.AroundAttitudeType c : RelativeTabulatedAttitudeLaw.AroundAttitudeType.values()) System.out.println(c);
public static RelativeTabulatedAttitudeLaw.AroundAttitudeType 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 nullCopyright © 2025 CNES. All rights reserved.