Package org.apache.ofbiz.minilang.method
Class MethodObject<T>
java.lang.Object
org.apache.ofbiz.minilang.MiniLangElement
org.apache.ofbiz.minilang.method.MethodObject<T>
- Direct Known Subclasses:
FieldObject
,StringObject
A single Object value to be used as a parameter or whatever
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract T
getObject
(MethodContext methodContext) Get the Object valuegetTypeClass
(MethodContext methodContext) Get the Class for the type of the objectabstract String
Get the name for the type of the objectMethods inherited from class org.apache.ofbiz.minilang.MiniLangElement
gatherArtifactInfo, getLineNumber, getSimpleMethod, getTagName, outputTraceMessage, toString
-
Constructor Details
-
MethodObject
-
-
Method Details
-
getObject
Get the Object value -
getTypeClass
Get the Class for the type of the object- Throws:
ClassNotFoundException
-
getTypeName
Get the name for the type of the object
-