public class SweCount extends SweAbstractSimpleType<Integer>
| Constructor and Description |
|---|
SweCount() |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
SweCount |
copy() |
Referenceable<SweAllowedValues> |
getConstraint() |
SweConstants.SweDataComponentType |
getDataComponentType() |
String |
getStringValue()
Get value as
String |
Integer |
getValue()
Get value
|
void |
increaseCount() |
void |
increaseCount(int count) |
boolean |
isSetContstraint() |
boolean |
isSetValue()
Is the values set
|
void |
setConstraint(Referenceable<SweAllowedValues> constraint) |
void |
setConstraint(SweAllowedValues constraint) |
void |
setStringValue(String s) |
SweCount |
setValue(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 Integer getValue()
Valuepublic SweCount setValue(Integer value)
Valuevalue - value to setpublic boolean isSetValue()
Valuetrue, if the value is setpublic void setStringValue(String s)
setStringValue in class SweAbstractSimpleType<Integer>public String getStringValue()
ValueStringStringpublic SweConstants.SweDataComponentType getDataComponentType()
getDataComponentType in class SweAbstractDataComponentpublic void increaseCount()
public void increaseCount(int count)
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 <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 SweCount copy()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.