sidl

Class Character.Array3.Holder

Enclosing Class:
Character.Array3

public static class Character.Array3.Holder
extends java.lang.Object

Constructor Summary

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

Method Summary

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

Method Details

destroy

public void destroy()
Destroy held array

get

public Character.Array3 get()
Get the value of the holdee object.

set

public void set(Character.Array3 obj)
Set the value of the holdee object.