javax.xml.rpc.holders

Class IntHolder

public final class IntHolder extends Object implements Holder

Holder for ints.
Field Summary
intvalue
The int contained by this holder.
Constructor Summary
IntHolder()
Make a new IntHolder with a null value.
IntHolder(int value)
Make a new IntHolder with value as the value.

Field Detail

value

public int value
The int contained by this holder.

Constructor Detail

IntHolder

public IntHolder()
Make a new IntHolder with a null value.

IntHolder

public IntHolder(int value)
Make a new IntHolder with value as the value.

Parameters: value the int to hold