sidl

Class Long.Array6.Holder

Enclosing Class:
Long.Array6

public static class Long.Array6.Holder
extends java.lang.Object

Constructor Summary

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

Method Summary

void
destroy()
Destroy held array
Long.Array6
get()
Get the value of the holdee object.
void
set(Long.Array6 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(Long.Array6 obj)
Create a holder with the specified object.

Method Details

destroy

public void destroy()
Destroy held array

get

public Long.Array6 get()
Get the value of the holdee object.

set

public void set(Long.Array6 obj)
Set the value of the holdee object.