Uses of Class
org.openstreetmap.josm.data.APIDataSet.APIOperation
-
Packages that use APIDataSet.APIOperation Package Description org.openstreetmap.josm.data Provides the classes for JOSM managed data. -
-
Uses of APIDataSet.APIOperation in org.openstreetmap.josm.data
Methods in org.openstreetmap.josm.data that return APIDataSet.APIOperation Modifier and Type Method Description static APIDataSet.APIOperation
APIDataSet.APIOperation. of(OsmPrimitive osm)
Determines the API operation to perform on a primitive.static APIDataSet.APIOperation
APIDataSet.APIOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static APIDataSet.APIOperation[]
APIDataSet.APIOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-