Class ShortHolder

java.lang.Object
javax.xml.rpc.holders.ShortHolder
All Implemented Interfaces:
Holder

public final class ShortHolder extends Object implements Holder
Holder for shorts.
Version:
1.0
  • Field Details

    • value

      public short value
      The short contained by this holder.
  • Constructor Details

    • ShortHolder

      public ShortHolder()
      Make a new ShortHolder with a null value.
    • ShortHolder

      public ShortHolder(short value)
      Make a new ShortHolder with value as the value.
      Parameters:
      value - the short to hold