Uses of Class
org.deegree.observation.persistence.contsql.jaxb.ColumnType

Packages that use ColumnType
org.deegree.observation.persistence.contsql.jaxb   
 

Uses of ColumnType in org.deegree.observation.persistence.contsql.jaxb
 

Fields in org.deegree.observation.persistence.contsql.jaxb declared as ColumnType
protected  ColumnType ContinuousObservationStore.Property.column
           
 

Fields in org.deegree.observation.persistence.contsql.jaxb with type parameters of type ColumnType
protected  List<ColumnType> ContinuousObservationStore.column
           
 

Methods in org.deegree.observation.persistence.contsql.jaxb that return ColumnType
 ColumnType ObjectFactory.createColumnType()
          Create an instance of ColumnType
 ColumnType ContinuousObservationStore.Property.getColumn()
          Gets the value of the column property.
 

Methods in org.deegree.observation.persistence.contsql.jaxb that return types with arguments of type ColumnType
 List<ColumnType> ContinuousObservationStore.getColumn()
          Gets the value of the column property.
 

Methods in org.deegree.observation.persistence.contsql.jaxb with parameters of type ColumnType
 void ContinuousObservationStore.Property.setColumn(ColumnType value)
          Sets the value of the column property.
 



Copyright © 2011. All Rights Reserved.