com.jeffpalm.util
Class Option.Character

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

public static final class Option.Character
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.Character(char val)
           
 
Method Summary
 char charValue()
           
 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.Character

public Option.Character(char val)
Method Detail

charValue

public char charValue()

value

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