|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.xml.rpc.holders.ByteHolder
public final class ByteHolder
Holder for bytes.
| 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. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, 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 | |||||||||