|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface IArrayWriter.IArrayProxy
Interface for building up array.
Method Summary | |
---|---|
void |
addElement(Object element)
Add element to the array. |
Type |
getElementType()
Get the type of elements. |
void |
setSize(int size)
This method is called, if getArrayProxy()'s size is -1. |
Methods inherited from interface jp.develop.common.util.amf.util.IWrapper |
---|
getInstance, setInstance |
Method Detail |
---|
void setSize(int size)
size
- The size of array.Type getElementType()
void addElement(Object element)
element
- Target element.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |