public static class MultipleTextEncodedStringNullTerminated.Values extends Object
Constructor and Description |
---|
Values() |
Modifier and Type | Method and Description |
---|---|
void |
add(String value)
Add String Data type to the value list
|
List<String> |
getList()
Return the list of values
|
int |
getNumberOfValues() |
String |
toString()
Return the list of values as a single string separated by a comma
|
public void add(String value)
value
- to add to the listpublic int getNumberOfValues()
Copyright © 2005–2020 jthink.net. All rights reserved.