Class IntHolder

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

public final class IntHolder extends Object implements Holder
Holder for ints.
Version:
1.0
  • Field Details

    • value

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

    • 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.
      Parameters:
      value - the int to hold