Uses of Class
org.deegree.feature.persistence.memory.jaxb.GMLVersionType

Packages that use GMLVersionType
org.deegree.feature.persistence.memory.jaxb   
 

Uses of GMLVersionType in org.deegree.feature.persistence.memory.jaxb
 

Fields in org.deegree.feature.persistence.memory.jaxb declared as GMLVersionType
protected  GMLVersionType MemoryFeatureStoreConfig.GMLFeatureCollection.version
           
protected  GMLVersionType MemoryFeatureStoreConfig.GMLSchema.version
           
 

Methods in org.deegree.feature.persistence.memory.jaxb that return GMLVersionType
static GMLVersionType GMLVersionType.fromValue(String v)
           
 GMLVersionType MemoryFeatureStoreConfig.GMLFeatureCollection.getVersion()
          Gets the value of the version property.
 GMLVersionType MemoryFeatureStoreConfig.GMLSchema.getVersion()
          Gets the value of the version property.
static GMLVersionType GMLVersionType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static GMLVersionType[] GMLVersionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.deegree.feature.persistence.memory.jaxb with parameters of type GMLVersionType
 void MemoryFeatureStoreConfig.GMLFeatureCollection.setVersion(GMLVersionType value)
          Sets the value of the version property.
 void MemoryFeatureStoreConfig.GMLSchema.setVersion(GMLVersionType value)
          Sets the value of the version property.
 



Copyright © 2011. All Rights Reserved.