javax.xml.rpc.holders
Class IntHolder
java.lang.Object
javax.xml.rpc.holders.IntHolder
- Holder
public final class IntHolder
extends java.lang.Object
Holder for int
s.
int | value - The
int contained by this holder.
|
IntHolder() - Make a new
IntHolder with a null value.
|
IntHolder(int value) - Make a new
IntHolder with value as
the value.
|
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.
Copyright © 2005 Apache Web Services Project. All Rights Reserved.