public class ArrayValue extends Object
Constructor and Description |
---|
ArrayValue()
Java bean constructor.
|
ArrayValue(Object value)
Construct an ArrayValue object from the passed Object value.
|
Modifier and Type | Method and Description |
---|---|
Object[] |
getValue()
Get the ArrayValue as an Object[].
|
void |
setValue(Object[] value)
Set the ArrayValue as an Object[].
|
Object |
unwrap()
Unwrap the Object[] value and return it as a single Object
of the appropriate array type.
|
public ArrayValue()
public ArrayValue(Object value)
public Object unwrap()
public Object[] getValue()
public void setValue(Object[] value)
Copyright © 2023. All rights reserved.