public class GetStaticVaraRows extends XMLRequest
| Constructor and Description |
|---|
GetStaticVaraRows(UC4ObjectName objectName,
String... keys)
Creates a new instance of the
GetStaticVaraRows request. |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String key)
Returns the value for the given validity keyword.
|
String[] |
getRow(String key)
Returns all values of the row with the specified key as String array.
|
Iterator<String> |
keyIterator()
Returns an
java.util.Iterator of validity keywords. |
getAllMessageBoxes, getMessageBox, getRequestID, handleResponse, send, showQuarantineNotificationpublic GetStaticVaraRows(UC4ObjectName objectName, String... keys)
GetStaticVaraRows request.objectName - The variable namekeys - A list of keys to request the variable rowspublic Iterator<String> keyIterator()
java.util.Iterator of validity keywords.
Each validity keyword is stored as java.lang.String.
The order of the returned validity keywords is undefined.Iteratorpublic String[] getRow(String key)
key - Key, must be uniqueCopyright © 2021. All rights reserved.