public static class ArgumentList.ValueCase extends Object
Modifier and Type | Field and Description |
---|---|
(package private) List |
_caseNames |
(package private) Object |
_conversion |
(package private) String |
_description |
(package private) boolean |
_ignoreCase |
Constructor and Description |
---|
ArgumentList.ValueCase(String caseName) |
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() |
List _caseNames
boolean _ignoreCase
Object _conversion
String _description
ArgumentList.ValueCase(String caseName)
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()