com.jeffpalm.util
Class Option.Integer

java.lang.Object
  extended by com.jeffpalm.util.Option
      extended by com.jeffpalm.util.Option.Integer
Enclosing class:
Option

public static final class Option.Integer
extends Option


Nested Class Summary
 
Nested classes/interfaces inherited from class com.jeffpalm.util.Option
Option.Boolean, Option.Character, Option.Default, Option.Double, Option.Float, Option.Integer, Option.Long, Option.Short
 
Constructor Summary
Option.Integer(int val)
           
 
Method Summary
 int intValue()
           
 java.lang.Object value()
           
 
Methods inherited from class com.jeffpalm.util.Option
isSet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Option.Integer

public Option.Integer(int val)
Method Detail

intValue

public int intValue()

value

public java.lang.Object value()
Specified by:
value in class Option