Package org.apache.ofbiz.minilang.method
Class StringObject
Specifies a
java.lang.String
to be passed as an argument to a method call.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetObject
(MethodContext methodContext) Get the Object valuegetTypeClass
(MethodContext methodContext) Get the Class for the type of the objectGet the name for the type of the objectMethods inherited from class org.apache.ofbiz.minilang.MiniLangElement
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage, toString
-
Constructor Details
-
StringObject
-
-
Method Details
-
getObject
Description copied from class:MethodObject
Get the Object value- Specified by:
getObject
in classMethodObject<String>
-
getTypeClass
Description copied from class:MethodObject
Get the Class for the type of the object- Specified by:
getTypeClass
in classMethodObject<String>
- Throws:
ClassNotFoundException
-
getTypeName
Get the name for the type of the object- Specified by:
getTypeName
in classMethodObject<String>
-