KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > xml > rpc > holders > ShortHolder

javax.xml.rpc.holders
Class ShortHolder

java.lang.Object
  extended byjavax.xml.rpc.holders.ShortHolder
All Implemented Interfaces:
Holder
See Also:
Top Examples, Source Code

public ShortHolder()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ShortHolder(short myshort)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short value
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags