Class ArgumentList.ValueCase
java.lang.Object
de.bsvrz.sys.funclib.commandLineArgs.ArgumentList.ValueCase
- Enclosing class:
- ArgumentList
public static class ArgumentList.ValueCase
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description ArgumentList.ValueCase
alias(java.lang.String aliasName)
boolean
booleanValue()
ArgumentList.ValueCase
checkCase()
java.lang.Object
convert()
ArgumentList.ValueCase
convertTo(boolean conversionValue)
ArgumentList.ValueCase
convertTo(int conversionValue)
ArgumentList.ValueCase
convertTo(java.lang.Object object)
java.lang.String
getInfo()
ArgumentList.ValueCase
ignoreCase()
int
intValue()
boolean
matches(java.lang.String name)
ArgumentList.ValueCase
purpose(java.lang.String description)
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
alias
-
ignoreCase
-
checkCase
-
convertTo
-
convertTo
-
convertTo
-
purpose
-
convert
public java.lang.Object convert() -
intValue
public int intValue() -
booleanValue
public boolean booleanValue() -
matches
public boolean matches(java.lang.String name) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
getInfo
public java.lang.String getInfo()
-