|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.llnl.sidl.BaseArray.Holder
public static class BaseArray.Holder
Holder class for inout and out arguments.
Constructor Summary | |
---|---|
BaseArray.Holder()
Create a holder with a null holdee object. |
|
BaseArray.Holder(BaseArray obj)
Create a holder with the specified object. |
Method Summary | |
---|---|
void |
destroy()
Destroy the held array. |
BaseArray |
get()
Get the value of the holdee object. |
void |
set(BaseArray obj)
Set the value of the holdee object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BaseArray.Holder()
public BaseArray.Holder(BaseArray obj)
Method Detail |
---|
public void set(BaseArray obj)
public BaseArray get()
public void destroy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |