public class SweQuantityRange extends SweAbstractUomType<RangeValue<BigDecimal>> implements SweQuality
| Constructor and Description |
|---|
SweQuantityRange()
constructor
|
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
SweQuantityRange |
copy() |
boolean |
equals(Object obj) |
String |
getAxisID()
Get axis ID
|
Referenceable<SweAllowedValues> |
getConstraint() |
SweConstants.SweDataComponentType |
getDataComponentType() |
String |
getStringValue()
Get value as
String |
RangeValue<BigDecimal> |
getValue()
Get value
|
int |
hashCode() |
boolean |
isSetAxisID() |
boolean |
isSetContstraint() |
boolean |
isSetValue()
Is the values set
|
SweQuantityRange |
setAxisID(String axisID)
set axis ID
|
void |
setConstraint(Referenceable<SweAllowedValues> constraint) |
void |
setConstraint(SweAllowedValues constraint) |
void |
setStringValue(String s) |
SweQuantityRange |
setValue(RangeValue<BigDecimal> value)
Set value
|
copyValueTo, getUom, getUomObject, isSetUom, setUom, setUom, toStringcloneQuality, getQuality, isSetQuality, setQualityaddName, addName, addName, getDefaultElementEncoding, getDefinition, getDescription, getIdentifier, getLabel, getName, getNames, getXml, isSetDefinition, isSetDescription, isSetIdentifier, isSetLabel, isSetName, isSetNames, isSetXml, setDefaultElementEncoding, setDefinition, setDescription, setIdentifier, setLabel, setName, setName, setName, setXmlclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSetDefaultElementEncodingpublic String getAxisID()
public SweQuantityRange setAxisID(String axisID)
axisID - the axisID to setpublic RangeValue<BigDecimal> getValue()
ValuegetValue in interface Value<RangeValue<BigDecimal>,SweAbstractSimpleType<RangeValue<BigDecimal>>>public SweQuantityRange setValue(RangeValue<BigDecimal> value)
ValuesetValue in interface Value<RangeValue<BigDecimal>,SweAbstractSimpleType<RangeValue<BigDecimal>>>value - value to setpublic int hashCode()
hashCode in class SweAbstractSimpleType<RangeValue<BigDecimal>>public boolean equals(Object obj)
equals in class SweAbstractSimpleType<RangeValue<BigDecimal>>public void setStringValue(String s)
setStringValue in class SweAbstractSimpleType<RangeValue<BigDecimal>>public String getStringValue()
ValueStringgetStringValue in interface Value<RangeValue<BigDecimal>,SweAbstractSimpleType<RangeValue<BigDecimal>>>Stringpublic boolean isSetValue()
ValueisSetValue in interface Value<RangeValue<BigDecimal>,SweAbstractSimpleType<RangeValue<BigDecimal>>>true, if the value is setpublic boolean isSetAxisID()
public Referenceable<SweAllowedValues> getConstraint()
public void setConstraint(SweAllowedValues constraint)
constraint - the constraint to setpublic void setConstraint(Referenceable<SweAllowedValues> constraint)
constraint - the constraint to setpublic boolean isSetContstraint()
public SweConstants.SweDataComponentType getDataComponentType()
getDataComponentType in class SweAbstractDataComponentpublic <T,X extends Throwable> T accept(SweDataComponentVisitor<T,X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic <X extends Throwable> void accept(VoidSweDataComponentVisitor<X> visitor) throws X extends Throwable
accept in class SweAbstractDataComponentX extends Throwablepublic SweQuantityRange copy()
copy in interface Copyable<SweAbstractDataComponent>Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.