public static enum VacuumSignalPropagationModel.FixedDate extends Enum<VacuumSignalPropagationModel.FixedDate>
| Enum Constant and Description |
|---|
EMISSION
Emission
|
RECEPTION
Reception
|
| Modifier and Type | Method and Description |
|---|---|
static VacuumSignalPropagationModel.FixedDate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VacuumSignalPropagationModel.FixedDate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VacuumSignalPropagationModel.FixedDate EMISSION
public static final VacuumSignalPropagationModel.FixedDate RECEPTION
public static VacuumSignalPropagationModel.FixedDate[] values()
for (VacuumSignalPropagationModel.FixedDate c : VacuumSignalPropagationModel.FixedDate.values()) System.out.println(c);
public static VacuumSignalPropagationModel.FixedDate 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.