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


Field Summary
(package private)  List _caseNames
           
(package private)  Object _conversion
           
(package private)  String _description
           
(package private)  boolean _ignoreCase
           
 
Constructor Summary
ArgumentList.ValueCase(String caseName)
           
 
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
 

Field Detail

_caseNames

List _caseNames

_ignoreCase

boolean _ignoreCase

_conversion

Object _conversion

_description

String _description
Constructor Detail

ArgumentList.ValueCase

ArgumentList.ValueCase(String caseName)
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()