org.boehn.kmlframework.kml
Class SimpleField
java.lang.Object
org.boehn.kmlframework.kml.KmlObject
org.boehn.kmlframework.kml.SimpleField
public class SimpleField
- extends KmlObject
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleField
public SimpleField()
SimpleField
public SimpleField(SimpleFieldTypeEnum simpleFieldType,
java.lang.String name,
java.lang.String displayName)
getSimpleFieldType
public SimpleFieldTypeEnum getSimpleFieldType()
setSimpleFieldType
public void setSimpleFieldType(SimpleFieldTypeEnum simpleFieldType)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getDisplayName
public java.lang.String getDisplayName()
setDisplayName
public void setDisplayName(java.lang.String displayName)
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