public static enum ITargetDirection.SignalDirection extends Enum<ITargetDirection.SignalDirection>
Enum Constant and Description |
---|
FROM_TARGET
The target object is the signal emitter.
|
TOWARD_TARGET
The target object is the signal receiver.
|
Modifier and Type | Method and Description |
---|---|
static ITargetDirection.SignalDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ITargetDirection.SignalDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ITargetDirection.SignalDirection FROM_TARGET
public static final ITargetDirection.SignalDirection TOWARD_TARGET
public static ITargetDirection.SignalDirection[] values()
for (ITargetDirection.SignalDirection c : ITargetDirection.SignalDirection.values()) System.out.println(c);
public static ITargetDirection.SignalDirection 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 © 2023 CNES. All rights reserved.