Package org.n52.shetland.aqd
Class ElementType
- java.lang.Object
-
- org.n52.shetland.aqd.ElementType
-
public class ElementType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static ElementTypeDATA_CAPTUREstatic ElementTypeEND_TIMEstatic ElementTypeSTART_TIMEstatic ElementTypeVALIDITYstatic ElementTypeVERIFICATION
-
Constructor Summary
Constructors Constructor Description ElementType(String name, String definition)ElementType(String name, String definition, String uom)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefinition()StringgetName()StringgetUOM()static ElementTypegetValueElementType(AqdConstants.PrimaryObservation primaryObs, String uom)booleanisSetUOM()
-
-
-
Field Detail
-
START_TIME
public static final ElementType START_TIME
-
END_TIME
public static final ElementType END_TIME
-
VERIFICATION
public static final ElementType VERIFICATION
-
VALIDITY
public static final ElementType VALIDITY
-
DATA_CAPTURE
public static final ElementType DATA_CAPTURE
-
-
Method Detail
-
getName
public String getName()
-
getDefinition
public String getDefinition()
-
getUOM
public String getUOM()
-
isSetUOM
public boolean isSetUOM()
-
getValueElementType
public static ElementType getValueElementType(AqdConstants.PrimaryObservation primaryObs, String uom)
-
-