sidl
public static class Opaque.Array2.Holder extends java.lang.Object
Constructor and Description |
---|
Opaque.Array2.Holder()
Create a holder class with an empty holdee object.
|
Opaque.Array2.Holder(Opaque.Array2 obj)
Create a holder with the specified object.
|
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy held array
|
Opaque.Array2 |
get()
Get the value of the holdee object.
|
void |
set(Opaque.Array2 obj)
Set the value of the holdee object.
|
public Opaque.Array2.Holder()
public Opaque.Array2.Holder(Opaque.Array2 obj)
public void set(Opaque.Array2 obj)
public Opaque.Array2 get()
public void destroy()