public static enum AbstractSignalPropagationDetector.PropagationDelayType extends Enum<AbstractSignalPropagationDetector.PropagationDelayType>
| Enum Constant and Description |
|---|
INSTANTANEOUS
Instantaneous.
|
LIGHT_SPEED
Computed considering light speed.
|
| Modifier and Type | Method and Description |
|---|---|
static AbstractSignalPropagationDetector.PropagationDelayType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractSignalPropagationDetector.PropagationDelayType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractSignalPropagationDetector.PropagationDelayType INSTANTANEOUS
public static final AbstractSignalPropagationDetector.PropagationDelayType LIGHT_SPEED
public static AbstractSignalPropagationDetector.PropagationDelayType[] values()
for (AbstractSignalPropagationDetector.PropagationDelayType c : AbstractSignalPropagationDetector.PropagationDelayType.values()) System.out.println(c);
public static AbstractSignalPropagationDetector.PropagationDelayType 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.