public class StringArgument extends BaseArgument
| Constructor and Description |
|---|
StringArgument() |
StringArgument(String value) |
| Modifier and Type | Method and Description |
|---|---|
Object |
asObject() |
ArgumentType |
getType() |
String |
getValue() |
String |
toString() |
String |
toString(ArgumentSerializer serializer) |
as, as, asArray, asBigDecimal, asBigInteger, asBoolean, asByte, asDouble, asFloat, asInteger, asList, asLong, asNumeric, asShort, asString, getClassType, getSuperTypepublic StringArgument()
public StringArgument(String value)
public ArgumentType getType()
getType in class BaseArgumentpublic Object asObject()
asObject in class BaseArgumentpublic String getValue()
public String toString()
toString in class BaseArgumentpublic String toString(ArgumentSerializer serializer)
toString in class BaseArgumentCopyright © 2021. All rights reserved.