Package | Description |
---|---|
org.openstreetmap.josm.data |
Provides the classes for JOSM managed data.
|
Modifier and Type | Method and Description |
---|---|
static APIDataSet.APIOperation |
APIDataSet.APIOperation.of(OsmPrimitive osm)
Determines the API operation to perform on a primitive.
|
static APIDataSet.APIOperation |
APIDataSet.APIOperation.valueOf(java.lang.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.
|