java.io.Serializable, java.lang.Cloneable, java.lang.Iterable, java.util.Collection, java.util.List, java.util.RandomAccesspublic class AttributeValue
extends java.util.ArrayList
| Constructor | Description |
|---|---|
AttributeValue() |
| Modifier and Type | Method | Description |
|---|---|---|
static AttributeValue |
valueOf(java.lang.String valuesString) |
Returns an
AttributeValue object holding the
value of the specified String. |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSizepublic static AttributeValue valueOf(java.lang.String valuesString)
AttributeValue object holding the
value of the specified String.valuesString - the value to be parsedAttributeValue object holding the value
represented by the string argument.Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.