sidl

Class Enum.Array4.Holder

Enclosing Class:
Enum.Array4

public static class Enum.Array4.Holder
extends java.lang.Object

Constructor Summary

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

Method Summary

Enum.Array4
get()
Get the value of the holdee object.
void
set(Long.Array4 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.Array4 obj)
Create a holder with the specified object.

Method Details

get

public Enum.Array4 get()
Get the value of the holdee object.

set

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