|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javax.xml.rpc.holders.ByteHolder
Holder for byte
s.
Field Summary | |
byte |
value
The byte contained by this holder. |
Constructor Summary | |
ByteHolder()
Make a new ByteHolder with a null value. |
|
ByteHolder(byte value)
Make a new ByteHolder with value as
the value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte value
byte
contained by this holder.
Constructor Detail |
public ByteHolder()
ByteHolder
with a null
value.
public ByteHolder(byte value)
ByteHolder
with value
as
the value.
value
- the byte
to hold
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |