public static class ArgumentList.ValueCase
extends java.lang.Object
Modifier and Type | Method and 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() |
public ArgumentList.ValueCase alias(java.lang.String aliasName)
public ArgumentList.ValueCase ignoreCase()
public ArgumentList.ValueCase checkCase()
public ArgumentList.ValueCase convertTo(java.lang.Object object)
public ArgumentList.ValueCase convertTo(int conversionValue)
public ArgumentList.ValueCase convertTo(boolean conversionValue)
public ArgumentList.ValueCase purpose(java.lang.String description)
public java.lang.Object convert()
public int intValue()
public boolean booleanValue()
public boolean matches(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getInfo()