public static enum AbstractLyddanePropagator.SubModel extends Enum<AbstractLyddanePropagator.SubModel>
| Modifier and Type | Method and Description |
|---|---|
static AbstractLyddanePropagator.SubModel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractLyddanePropagator.SubModel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractLyddanePropagator.SubModel DEFAULT
public static final AbstractLyddanePropagator.SubModel LOW_ECC
public static final AbstractLyddanePropagator.SubModel HIGH_ECC
public static AbstractLyddanePropagator.SubModel[] values()
for (AbstractLyddanePropagator.SubModel c : AbstractLyddanePropagator.SubModel.values()) System.out.println(c);
public static AbstractLyddanePropagator.SubModel 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 © 2024 CNES. All rights reserved.