public static enum FixedPositionWaypointNodeConfig.PositionDefinition extends Enum<FixedPositionWaypointNodeConfig.PositionDefinition>
Enum Constant and Description |
---|
DEFINED
The position of the waypoint has been defined.
|
UNDEFINED
The position has not been defined.
|
Modifier and Type | Method and Description |
---|---|
static FixedPositionWaypointNodeConfig.PositionDefinition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedPositionWaypointNodeConfig.PositionDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FixedPositionWaypointNodeConfig.PositionDefinition UNDEFINED
public static final FixedPositionWaypointNodeConfig.PositionDefinition DEFINED
The position of the waypoint has been defined.
Cast this instance toFixedPositionDefinedWaypointNodeConfig
.public static FixedPositionWaypointNodeConfig.PositionDefinition[] values()
for (FixedPositionWaypointNodeConfig.PositionDefinition c : FixedPositionWaypointNodeConfig.PositionDefinition.values()) System.out.println(c);
public static FixedPositionWaypointNodeConfig.PositionDefinition 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 © 2021. All rights reserved.