public class SweDataArray extends SweAbstractDataComponent
| Constructor and Description |
|---|
SweDataArray() |
| Modifier and Type | Method and Description |
|---|---|
<T,X extends Throwable> |
accept(SweDataComponentVisitor<T,X> visitor) |
<X extends Throwable> |
accept(VoidSweDataComponentVisitor<X> visitor) |
boolean |
add(List<String> blockOfTokensToAddAtTheEnd)
|
boolean |
addAll(List<List<String>> newValues) |
SweDataArray |
copy() |
boolean |
equals(Object obj) |
SweConstants.SweDataComponentType |
getDataComponentType() |
SweCount |
getElementCount() |
SweAbstractDataComponent |
getElementType() |
SweAbstractEncoding |
getEncoding() |
String |
getValueAsString() |
List<List<String>> |
getValues() |
int |
hashCode() |
boolean |
isEmpty() |
boolean |
isSetElementCount() |
boolean |
isSetElementTyp() |
boolean |
isSetEncoding() |
boolean |
isSetValues() |
SweDataArray |
setElementCount(SweCount elementCount) |
SweDataArray |
setElementType(SweAbstractDataComponent elementType) |
SweDataArray |
setEncoding(SweAbstractEncoding encoding) |
SweDataArray |
setValues(List<List<String>> values) |
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, setXmlclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisSetDefaultElementEncodingpublic SweDataArray setValues(List<List<String>> values)
values - the values to setpublic String getValueAsString()
public SweAbstractDataComponent getElementType()
public SweDataArray setElementType(SweAbstractDataComponent elementType)
elementType - the elementType to setpublic SweCount getElementCount()
public SweAbstractEncoding getEncoding()
public SweDataArray setEncoding(SweAbstractEncoding encoding)
public boolean isSetValues()
public boolean add(List<String> blockOfTokensToAddAtTheEnd)
blockOfTokensToAddAtTheEnd - the blocks of tokens to addCollection.add(E)) public int hashCode()
hashCode in class SweAbstractDataComponentpublic boolean equals(Object obj)
equals in class SweAbstractDataComponentpublic boolean isSetElementTyp()
public boolean isSetEncoding()
public SweDataArray setElementCount(SweCount elementCount)
public boolean isSetElementCount()
public boolean isEmpty()
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 SweDataArray copy()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.