gov.llnl.sidl

Class BaseArray.Holder

Enclosing Class:
BaseArray

public static class BaseArray.Holder
extends java.lang.Object

Holder class for inout and out arguments.

Constructor Summary

Holder()
Create a holder with a null holdee object.
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.

Constructor Details

Holder

public Holder()
Create a holder with a null holdee object.

Holder

public Holder(BaseArray obj)
Create a holder with the specified object.

Method Details

destroy

public void destroy()
Destroy the held array.

get

public BaseArray get()
Get the value of the holdee object.

set

public void set(BaseArray obj)
Set the value of the holdee object.