sidl
Class Long.Array5.Holder
- Long.Array5
public static class Long.Array5.Holder
extends java.lang.Object
Holder() - Create a holder class with an empty holdee object.
|
Holder(Long.Array5 obj) - Create a holder with the specified object.
|
Holder
public Holder()
Create a holder class with an empty holdee object.
Holder
public Holder(Long.Array5 obj)
Create a holder with the specified object.
destroy
public void destroy()
Destroy held array
get
public Long.Array5 get()
Get the value of the holdee object.
set
public void set(Long.Array5 obj)
Set the value of the holdee object.