public enum StelaDragCoefType extends Enum<StelaDragCoefType>
| Enum Constant and Description |
|---|
CONSTANT
Constant drag coefficient type.
|
COOK
Cook drag coefficient type.
|
COOK_DISPERSED
Cook dispersed drag coefficient type.
|
VARIABLE
Variable drag coefficient type.
|
VARIABLE_DISPERSED
Variable dispersed drag coefficient type.
|
| Modifier and Type | Method and Description |
|---|---|
static StelaDragCoefType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StelaDragCoefType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StelaDragCoefType CONSTANT
public static final StelaDragCoefType VARIABLE
public static final StelaDragCoefType VARIABLE_DISPERSED
public static final StelaDragCoefType COOK
public static final StelaDragCoefType COOK_DISPERSED
public static StelaDragCoefType[] values()
for (StelaDragCoefType c : StelaDragCoefType.values()) System.out.println(c);
public static StelaDragCoefType 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.