public static enum ConstantSpinSlew.Constraint extends Enum<ConstantSpinSlew.Constraint>
Enum Constant and Description |
---|
ANGULAR_VELOCITY
Angular velocity given by user
|
DURATION
Duration fixed by user
|
Modifier and Type | Method and Description |
---|---|
static ConstantSpinSlew.Constraint |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConstantSpinSlew.Constraint[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConstantSpinSlew.Constraint DURATION
public static final ConstantSpinSlew.Constraint ANGULAR_VELOCITY
public static ConstantSpinSlew.Constraint[] values()
for (ConstantSpinSlew.Constraint c : ConstantSpinSlew.Constraint.values()) System.out.println(c);
public static ConstantSpinSlew.Constraint 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 © 2017 CNES. All rights reserved.