public final class StringObject extends MethodObject<String>
java.lang.String
to be passed as an argument to a method call.simpleMethod
Constructor and Description |
---|
StringObject(Element element,
SimpleMethod simpleMethod) |
Modifier and Type | Method and Description |
---|---|
String |
getObject(MethodContext methodContext)
Get the Object value
|
Class<String> |
getTypeClass(MethodContext methodContext)
Get the Class for the type of the object
|
String |
getTypeName()
Get the name for the type of the object
|
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage, toString
public StringObject(Element element, SimpleMethod simpleMethod)
public String getObject(MethodContext methodContext)
MethodObject
getObject
in class MethodObject<String>
public Class<String> getTypeClass(MethodContext methodContext) throws ClassNotFoundException
MethodObject
getTypeClass
in class MethodObject<String>
ClassNotFoundException
public String getTypeName()
getTypeName
in class MethodObject<String>