Package | Description |
---|---|
org.openstreetmap.josm.actions |
Modifier and Type | Field and Description |
---|---|
private MoveAction.Direction |
MoveAction.myDirection |
Modifier and Type | Method and Description |
---|---|
static MoveAction.Direction |
MoveAction.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoveAction.Direction[] |
MoveAction.Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
MoveAction.calltosupermustbefirststatementinconstructor_text(MoveAction.Direction dir) |
private static Shortcut |
MoveAction.calltosupermustbefirststatementinconstructor(MoveAction.Direction dir) |
Constructor and Description |
---|
MoveAction(MoveAction.Direction dir) |