public interface ArrayValue extends MetaValue, Iterable<Object>
Modifier and Type | Method and Description |
---|---|
int |
getLength()
Get the length of the array.
|
ArrayMetaType |
getMetaType()
Get the metatype for this value
|
Object |
getValue()
Get the underlying array value.
|
Object |
getValue(int index)
Get the array element at index.
|
ArrayMetaType getMetaType()
MetaValue
getMetaType
in interface MetaValue
Object getValue()
getValue(int)
int getLength()
Object getValue(int index)
index
- - index into the array.Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.