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