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