Uses of Class
org.boehn.kmlframework.kml.SimpleFieldTypeEnum

Packages that use SimpleFieldTypeEnum
org.boehn.kmlframework.kml   
 

Uses of SimpleFieldTypeEnum in org.boehn.kmlframework.kml
 

Methods in org.boehn.kmlframework.kml that return SimpleFieldTypeEnum
 SimpleFieldTypeEnum SimpleField.getSimpleFieldType()
           
static SimpleFieldTypeEnum SimpleFieldTypeEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SimpleFieldTypeEnum[] SimpleFieldTypeEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.boehn.kmlframework.kml with parameters of type SimpleFieldTypeEnum
 void SimpleField.setSimpleFieldType(SimpleFieldTypeEnum simpleFieldType)
           
 

Constructors in org.boehn.kmlframework.kml with parameters of type SimpleFieldTypeEnum
SimpleField(SimpleFieldTypeEnum simpleFieldType, java.lang.String name, java.lang.String displayName)