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