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