public 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, trimToSize
public 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.