public class DynamicArray extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
dynamicType |
Object[] |
val |
| Constructor and Description |
|---|
DynamicArray() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDynamicType() |
Object[] |
getVal() |
void |
setDynamicType(String dynamicType) |
void |
setVal(Object[] val) |
Copyright © 2011-2012. All Rights Reserved.