de.bsvrz.sys.funclib.commandLineArgs
Class ArgumentList.ValueCase

java.lang.Object
  extended by de.bsvrz.sys.funclib.commandLineArgs.ArgumentList.ValueCase
Enclosing class:
ArgumentList

public static class ArgumentList.ValueCase
extends Object


Method Summary
 ArgumentList.ValueCase alias(String aliasName)
           
 boolean booleanValue()
           
 ArgumentList.ValueCase checkCase()
           
 Object convert()
           
 ArgumentList.ValueCase convertTo(boolean conversionValue)
           
 ArgumentList.ValueCase convertTo(int conversionValue)
           
 ArgumentList.ValueCase convertTo(Object object)
           
 String getInfo()
           
 ArgumentList.ValueCase ignoreCase()
           
 int intValue()
           
 boolean matches(String name)
           
 ArgumentList.ValueCase purpose(String description)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

alias

public ArgumentList.ValueCase alias(String aliasName)

ignoreCase

public ArgumentList.ValueCase ignoreCase()

checkCase

public ArgumentList.ValueCase checkCase()

convertTo

public ArgumentList.ValueCase convertTo(Object object)

convertTo

public ArgumentList.ValueCase convertTo(int conversionValue)

convertTo

public ArgumentList.ValueCase convertTo(boolean conversionValue)

purpose

public ArgumentList.ValueCase purpose(String description)

convert

public Object convert()

intValue

public int intValue()

booleanValue

public boolean booleanValue()

matches

public boolean matches(String name)

toString

public String toString()
Overrides:
toString in class Object

getInfo

public String getInfo()