de.bsvrz.sys.funclib.commandLineArgs
Class ArgumentList.ValueCase
java.lang.Object
de.bsvrz.sys.funclib.commandLineArgs.ArgumentList.ValueCase
- Enclosing class:
- ArgumentList
public static class ArgumentList.ValueCase
- extends Object
_caseNames
List _caseNames
_ignoreCase
boolean _ignoreCase
_conversion
Object _conversion
_description
String _description
ArgumentList.ValueCase
ArgumentList.ValueCase(String caseName)
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()