public interface ArrayResourceValue extends ResourceValue, java.lang.Iterable<java.lang.String>
ResourceValue
items, one for array element.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getElement(int index)
Returns the array element value at the given index position.
|
int |
getElementCount()
Returns the number of elements in this array.
|
asReference, getLibraryName, getName, getNamespace, getNamespaceResolver, getRawXmlValue, getReference, getResourceType, getResourceUrl, getValue, isFramework, isUserDefined, setValueint getElementCount()
@NonNull java.lang.String getElement(int index)
index - index, which must be in the range [0..getElementCount()].