source: josm/src/org/openstreetmap/josm/data/osm/Key.java@ 1

Last change on this file since 1 was 1, checked in by imi, 21 years ago

wiki 19:37, 27. Sep 2005

File size: 233 bytes
Line 
1package 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 */
9public 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.