|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openstreetmap.josm.data.gpx.WithAttributes
public class WithAttributes
Base class for various classes in the GPX model. The "attr" hash is used to store the XML payload (not only XML attributes!)
Field Summary | |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
attr
|
Constructor Summary | |
---|---|
WithAttributes()
|
Method Summary | |
---|---|
java.lang.String |
getString(java.lang.String key)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.Map<java.lang.String,java.lang.Object> attr
Constructor Detail |
---|
public WithAttributes()
Method Detail |
---|
public java.lang.String getString(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |