Class SmlClassifier
- java.lang.Object
-
- org.n52.shetland.ogc.sensorML.Term
-
- org.n52.shetland.ogc.sensorML.elements.SmlClassifier
-
public class SmlClassifier extends Term
SOS internal representation of SensorML classifier- Since:
- 1.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringINTENDED_APPLICATIONstatic StringPROCEDURE_TYPE
-
Constructor Summary
Constructors Constructor Description SmlClassifier()constructorSmlClassifier(String name, String definition, String codeSpace, String value)constructor
-
Method Summary
-
Methods inherited from class org.n52.shetland.ogc.sensorML.Term
getCodeSpace, getDefinition, getLabel, getName, getValue, isSetCodeSpace, isSetDefinition, isSetLabel, isSetName, isSetValue, setCodeSpace, setDefinition, setLabel, setName, setValue
-
-
-
-
Field Detail
-
PROCEDURE_TYPE
public static final String PROCEDURE_TYPE
- See Also:
- Constant Field Values
-
INTENDED_APPLICATION
public static final String INTENDED_APPLICATION
- See Also:
- Constant Field Values
-
-