Package | Description |
---|---|
org.openstreetmap.josm.actions.relation |
Provides the classes for JOSM actions that work with
relations . |
Modifier and Type | Field and Description |
---|---|
protected java.util.EnumSet<ExportRelationToGpxAction.Mode> |
ExportRelationToGpxAction.mode
Mode of this ExportToGpxAction
|
Modifier and Type | Method and Description |
---|---|
static ExportRelationToGpxAction.Mode |
ExportRelationToGpxAction.Mode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ExportRelationToGpxAction.Mode[] |
ExportRelationToGpxAction.Mode.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 |
ExportRelationToGpxAction.name(java.util.EnumSet<ExportRelationToGpxAction.Mode> mode) |
private static java.lang.String |
ExportRelationToGpxAction.tooltip(java.util.EnumSet<ExportRelationToGpxAction.Mode> mode) |
Constructor and Description |
---|
ExportRelationToGpxAction(java.util.EnumSet<ExportRelationToGpxAction.Mode> mode)
Constructs a new
ExportRelationToGpxAction |