public class AttributeValue
extends java.util.ArrayList
Constructor and Description |
---|
AttributeValue() |
Modifier and Type | Method and 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, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeRange, retainAll, set, size, 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-2012 The Apache Software Foundation. All Rights Reserved.