Package javax.xml.rpc.holders
Class IntHolder
java.lang.Object
javax.xml.rpc.holders.IntHolder
- All Implemented Interfaces:
Holder
Holder for
ints.- Version:
- 1.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
public int valueTheintcontained by this holder.
-
-
Constructor Details
-
IntHolder
public IntHolder()Make a newIntHolderwith anullvalue. -
IntHolder
public IntHolder(int value) Make a newIntHolderwithvalueas the value.- Parameters:
value- theintto hold
-