public class AttributeValue extends ArrayList
modCount| Constructor and Description |
|---|
AttributeValue() |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValue |
valueOf(String valuesString)
Returns an
AttributeValue object holding the
value of the specified String. |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, subList, toArray, toArray, trimToSizeequals, hashCodecontainsAll, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitcontainsAll, equals, hashCodepublic static AttributeValue valueOf(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 © 2019 Apache Software Foundation. All rights reserved.