Class SweText
- java.lang.Object
-
- org.n52.shetland.ogc.swe.SweAbstractDataComponent
-
- org.n52.shetland.ogc.swe.simpleType.SweAbstractSimpleType<String>
-
- org.n52.shetland.ogc.swe.simpleType.SweText
-
- All Implemented Interfaces:
Comparable<SweText>,Copyable<SweAbstractDataComponent>,HasDefaultEncoding<SweAbstractDataComponent>,Value<String,SweAbstractSimpleType<String>>,SweQuality
- Direct Known Subclasses:
TextValue
public class SweText extends SweAbstractSimpleType<String> implements Comparable<SweText>, SweQuality
SOS internal representation of SWE simpleType text- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SweText()constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T,X extends Throwable>
Taccept(SweDataComponentVisitor<T,X> visitor)<X extends Throwable>
voidaccept(VoidSweDataComponentVisitor<X> visitor)intcompareTo(SweText o)SweTextcopy()Referenceable<SweAllowedTokens>getConstraint()SweConstants.SweDataComponentTypegetDataComponentType()StringgetStringValue()Get value asStringStringgetValue()Get valuebooleanisSetContstraint()booleanisSetValue()Is the values setvoidsetConstraint(SweAllowedTokens constraint)voidsetConstraint(Referenceable<SweAllowedTokens> constraint)voidsetStringValue(String s)SweTextsetValue(String value)Set value-
Methods inherited from class org.n52.shetland.ogc.swe.simpleType.SweAbstractSimpleType
copyQuality, equals, getQuality, hashCode, isSetQuality, setQuality, toString
-
Methods inherited from class org.n52.shetland.ogc.swe.SweAbstractDataComponent
addName, addName, addName, copyValueTo, getDefaultElementEncoding, getDefinition, getDescription, getIdentifier, getLabel, getName, getNames, getXml, isSetDefinition, isSetDescription, isSetIdentifier, isSetLabel, isSetName, isSetNames, isSetXml, setDefaultElementEncoding, setDefinition, setDescription, setIdentifier, setLabel, setName, setName, setName, setXml
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.n52.shetland.ogc.HasDefaultEncoding
isSetDefaultElementEncoding
-
-
-
-
Method Detail
-
getValue
public String getValue()
Description copied from interface:ValueGet value- Specified by:
getValuein interfaceValue<String,SweAbstractSimpleType<String>>- Returns:
- value
-
setValue
public SweText setValue(String value)
Description copied from interface:ValueSet value- Specified by:
setValuein interfaceValue<String,SweAbstractSimpleType<String>>- Parameters:
value- value to set- Returns:
- this
-
setStringValue
public void setStringValue(String s)
- Specified by:
setStringValuein classSweAbstractSimpleType<String>
-
getStringValue
public String getStringValue()
Description copied from interface:ValueGet value asString- Specified by:
getStringValuein interfaceValue<String,SweAbstractSimpleType<String>>- Returns:
- The value as
String
-
isSetValue
public boolean isSetValue()
Description copied from interface:ValueIs the values set- Specified by:
isSetValuein interfaceValue<String,SweAbstractSimpleType<String>>- Returns:
true, if the value is set
-
getConstraint
public Referenceable<SweAllowedTokens> getConstraint()
- Returns:
- the constraint
-
setConstraint
public void setConstraint(SweAllowedTokens constraint)
- Parameters:
constraint- the constraint to set
-
setConstraint
public void setConstraint(Referenceable<SweAllowedTokens> constraint)
- Parameters:
constraint- the constraint to set
-
isSetContstraint
public boolean isSetContstraint()
-
getDataComponentType
public SweConstants.SweDataComponentType getDataComponentType()
- Specified by:
getDataComponentTypein classSweAbstractDataComponent
-
compareTo
public int compareTo(SweText o)
- Specified by:
compareToin interfaceComparable<SweText>
-
accept
public <T,X extends Throwable> T accept(SweDataComponentVisitor<T,X> visitor) throws X extends Throwable
- Specified by:
acceptin classSweAbstractDataComponent- Throws:
X extends Throwable
-
accept
public <X extends Throwable> void accept(VoidSweDataComponentVisitor<X> visitor) throws X extends Throwable
- Specified by:
acceptin classSweAbstractDataComponent- Throws:
X extends Throwable
-
copy
public SweText copy()
- Specified by:
copyin interfaceCopyable<SweAbstractDataComponent>
-
-