com.jeffpalm.ajp.base
Class Options.ReturnValue

java.lang.Object
  extended by com.jeffpalm.ajp.base.Options.ReturnValue
Enclosing class:
Options

public static final class Options.ReturnValue
extends java.lang.Object


Field Summary
static Options.ReturnValue OK
           
static Options.ReturnValue PRINTED_HELP
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

OK

public static final Options.ReturnValue OK

PRINTED_HELP

public static final Options.ReturnValue PRINTED_HELP
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object