Package javax.xml.rpc.holders
Class IntHolder
java.lang.Object
javax.xml.rpc.holders.IntHolder
- All Implemented Interfaces:
Holder
Holder for
int
s.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public int valueTheint
contained by this holder.
-
-
Constructor Details
-
IntHolder
public IntHolder()Make a newIntHolder
with anull
value. -
IntHolder
public IntHolder(int value) Make a newIntHolder
withvalue
as the value.- Parameters:
value
- theint
to hold
-