source:
josm/src/org/openstreetmap/josm/data/osm/Key.java@
1
| Last change on this file since 1 was 1, checked in by , 21 years ago | |
|---|---|
| File size: 233 bytes | |
| Line | |
|---|---|
| 1 | package org.openstreetmap.josm.data.osm; |
| 2 | |
| 3 | |
| 4 | /** |
| 5 | * A key can be associated together with a value to any osm primitive. |
| 6 | * |
| 7 | * @author imi |
| 8 | */ |
| 9 | public class Key extends OsmPrimitive { |
| 10 | |
| 11 | /** |
| 12 | * The key's name |
| 13 | */ |
| 14 | public String name; |
| 15 | } |
Note:
See TracBrowser
for help on using the repository browser.
