Uses of Class
org.openstreetmap.josm.actions.relation.ExportRelationToGpxAction.Mode
-
Packages that use ExportRelationToGpxAction.Mode Package Description org.openstreetmap.josm.actions.relation Provides the classes for JOSM actions that work withrelations
. -
-
Uses of ExportRelationToGpxAction.Mode in org.openstreetmap.josm.actions.relation
Fields in org.openstreetmap.josm.actions.relation with type parameters of type ExportRelationToGpxAction.Mode Modifier and Type Field Description protected java.util.Set<ExportRelationToGpxAction.Mode>
ExportRelationToGpxAction. mode
Mode of this ExportToGpxActionMethods in org.openstreetmap.josm.actions.relation that return ExportRelationToGpxAction.Mode Modifier and Type Method 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.Method parameters in org.openstreetmap.josm.actions.relation with type arguments of type ExportRelationToGpxAction.Mode Modifier and Type Method Description private static java.lang.String
ExportRelationToGpxAction. name(java.util.Set<ExportRelationToGpxAction.Mode> mode)
private static java.lang.String
ExportRelationToGpxAction. tooltip(java.util.Set<ExportRelationToGpxAction.Mode> mode)
Constructor parameters in org.openstreetmap.josm.actions.relation with type arguments of type ExportRelationToGpxAction.Mode Constructor Description ExportRelationToGpxAction(java.util.Set<ExportRelationToGpxAction.Mode> mode)
Constructs a newExportRelationToGpxAction
-