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