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 Details

    • alias

      public ArgumentList.ValueCase alias​(java.lang.String aliasName)
    • ignoreCase

      public ArgumentList.ValueCase ignoreCase()
    • checkCase

      public ArgumentList.ValueCase checkCase()
    • convertTo

      public ArgumentList.ValueCase convertTo​(java.lang.Object object)
    • convertTo

      public ArgumentList.ValueCase convertTo​(int conversionValue)
    • convertTo

      public ArgumentList.ValueCase convertTo​(boolean conversionValue)
    • purpose

      public ArgumentList.ValueCase purpose​(java.lang.String description)
    • 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 class java.lang.Object
    • getInfo

      public java.lang.String getInfo()