Uses of Class
org.x52North.sensorweb.sos.importer.x02.TypeDocument.Type.Enum

Packages that use TypeDocument.Type.Enum
org.x52North.sensorweb.sos.importer.x02   
org.x52North.sensorweb.sos.importer.x02.impl   
 

Uses of TypeDocument.Type.Enum in org.x52North.sensorweb.sos.importer.x02
 

Fields in org.x52North.sensorweb.sos.importer.x02 declared as TypeDocument.Type.Enum
static TypeDocument.Type.Enum TypeDocument.Type.DATE_TIME
           
static TypeDocument.Type.Enum TypeDocument.Type.DO_NOT_EXPORT
           
static TypeDocument.Type.Enum TypeDocument.Type.FOI
           
static TypeDocument.Type.Enum TypeDocument.Type.MEASURED_VALUE
           
static TypeDocument.Type.Enum TypeDocument.Type.OBSERVED_PROPERTY
           
static TypeDocument.Type.Enum TypeDocument.Type.POSITION
           
static TypeDocument.Type.Enum TypeDocument.Type.SENSOR
           
static TypeDocument.Type.Enum TypeDocument.Type.UOM
           
 

Methods in org.x52North.sensorweb.sos.importer.x02 that return TypeDocument.Type.Enum
static TypeDocument.Type.Enum TypeDocument.Type.Enum.forInt(int i)
          Returns the enum value corresponding to an int, or null if none.
static TypeDocument.Type.Enum TypeDocument.Type.Enum.forString(String s)
          Returns the enum value for a string, or null if none.
 TypeDocument.Type.Enum TypeDocument.getType()
          Gets the "Type" element
 TypeDocument.Type.Enum ColumnDocument.Column.getType()
          Gets the "Type" element
 

Methods in org.x52North.sensorweb.sos.importer.x02 with parameters of type TypeDocument.Type.Enum
 void TypeDocument.setType(TypeDocument.Type.Enum type)
          Sets the "Type" element
 void ColumnDocument.Column.setType(TypeDocument.Type.Enum type)
          Sets the "Type" element
 

Uses of TypeDocument.Type.Enum in org.x52North.sensorweb.sos.importer.x02.impl
 

Methods in org.x52North.sensorweb.sos.importer.x02.impl that return TypeDocument.Type.Enum
 TypeDocument.Type.Enum TypeDocumentImpl.getType()
          Gets the "Type" element
 TypeDocument.Type.Enum ColumnDocumentImpl.ColumnImpl.getType()
          Gets the "Type" element
 

Methods in org.x52North.sensorweb.sos.importer.x02.impl with parameters of type TypeDocument.Type.Enum
 void TypeDocumentImpl.setType(TypeDocument.Type.Enum type)
          Sets the "Type" element
 void ColumnDocumentImpl.ColumnImpl.setType(TypeDocument.Type.Enum type)
          Sets the "Type" element
 



Copyright © 2011-2012 52°North. All Rights Reserved.