javax.xml.rpc.holders
Class IntHolder
java.lang.Object
javax.xml.rpc.holders.IntHolder
- All Implemented Interfaces:
- Holder
public final class IntHolder
- extends Object
- implements Holder
Holder for 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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public int value
- The
int contained by this holder.
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
Copyright © 2006 Apache Software Foundation. All Rights Reserved.