public interface StructuredValue
| Modifier and Type | Method and Description |
|---|---|
StructuredValue |
changeAttributeValue(int index,
java.lang.Object value)
Returns a new structured value with the attribute
value at the specified index changed to the new value.
|
int |
getAttributeCount()
Returns the number of attribute values in the structure.
|
java.lang.Object |
getAttributeValue(int index)
Returns the attribute value at the specified index.
|
int getAttributeCount()
java.lang.Object getAttributeValue(int index)
index - the indexgetAttributeCount(),
changeAttributeValue(int, Object)StructuredValue changeAttributeValue(int index, java.lang.Object value)
null -- if the supplied value
is null, it will be ignored.index - the indexvalue - the new valuegetAttributeCount(),
getAttributeValue(int)Copyright © 2014 Integral Solutions Ltd. All Rights Reserved.