javax.xml.rpc.holders
public final class IntHolder extends Object implements Holder
ints.
Version: 1.0
| Field Summary | |
|---|---|
| int | value 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.
| |
int contained by this holder.IntHolder with a null value.IntHolder with value as
the value.
Parameters: value the int to hold