org.boehn.kmlframework.kml
Class Pair

java.lang.Object
  extended by org.boehn.kmlframework.kml.KmlObject
      extended by org.boehn.kmlframework.kml.Pair

public class Pair
extends KmlObject


Constructor Summary
Pair()
           
Pair(StyleStateEnum key, java.lang.String styleUrl)
           
 
Method Summary
 StyleStateEnum getKey()
           
 java.lang.String getStyleUrl()
           
 void setKey(StyleStateEnum key)
           
 void setStyleUrl(java.lang.String styleUrl)
           
 void write(Kml kml)
           
 void writeDelete(Kml kml)
           
 
Methods inherited from class org.boehn.kmlframework.kml.KmlObject
booleanToInt, enumToString, getId, getIdAndTargetIdFormatted, getTargetId, setId, setTargetId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Pair

public Pair()

Pair

public Pair(StyleStateEnum key,
            java.lang.String styleUrl)
Method Detail

getKey

public StyleStateEnum getKey()

setKey

public void setKey(StyleStateEnum key)

getStyleUrl

public java.lang.String getStyleUrl()

setStyleUrl

public void setStyleUrl(java.lang.String styleUrl)

write

public void write(Kml kml)
           throws KmlException
Specified by:
write in class KmlObject
Throws:
KmlException

writeDelete

public void writeDelete(Kml kml)
                 throws KmlException
Specified by:
writeDelete in class KmlObject
Throws:
KmlException