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