sidl

Class Float.Array7.Holder

Enclosing Class:
Float.Array7

public static class Float.Array7.Holder
extends java.lang.Object

Constructor Summary

Holder()
Create a holder class with an empty holdee object.
Holder(Float.Array7 obj)
Create a holder with the specified object.

Method Summary

void
destroy()
Destroy held array
Float.Array7
get()
Get the value of the holdee object.
void
set(Float.Array7 obj)
Set the value of the holdee object.

Constructor Details

Holder

public Holder()
Create a holder class with an empty holdee object.

Holder

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

Method Details

destroy

public void destroy()
Destroy held array

get

public Float.Array7 get()
Get the value of the holdee object.

set

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