public class SweCountRange extends SweAbstractSimpleType<RangeValue<Integer>>
| Constructor and Description |
|---|
SweCountRange() |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
SweCountRange |
copy() |
Referenceable<SweAllowedValues> |
getConstraint() |
SweConstants.SweDataComponentType |
getDataComponentType() |
String |
getStringValue()
Get value as
String |
RangeValue<Integer> |
getValue()
Get value
|
boolean |
isSetContstraint() |
boolean |
isSetValue()
Is the values set
|
void |
setConstraint(Referenceable<SweAllowedValues> constraint) |
void |
setConstraint(SweAllowedValues constraint) |
void |
setStringValue(String s) |
SweCountRange |
setValue(RangeValue<Integer> value)
Set value
|
cloneQuality, equals, getQuality, hashCode, isSetQuality, setQuality, toStringaddName, 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, setXmlclone, finalize, getClass, notify, notifyAll, wait, wait, waitisSetDefaultElementEncodingpublic RangeValue<Integer> getValue()
Valuepublic SweCountRange setValue(RangeValue<Integer> value)
Valuevalue - value to setpublic boolean isSetValue()
Valuetrue, if the value is setpublic void setStringValue(String s)
setStringValue in class SweAbstractSimpleType<RangeValue<Integer>>public String getStringValue()
ValueStringStringpublic 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 SweCountRange copy()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.