Package org.apache.ofbiz.minilang.method
Class FieldObject<T>
java.lang.Object
org.apache.ofbiz.minilang.MiniLangElement
org.apache.ofbiz.minilang.method.MethodObject<T>
org.apache.ofbiz.minilang.method.FieldObject<T>
Implements the <field> element.
- See Also:
-
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
-
FieldObject
-
-
Method Details
-
getObject
Description copied from class:MethodObject
Get the Object value- Specified by:
getObject
in classMethodObject<T>
-
getTypeClass
Description copied from class:MethodObject
Get the Class for the type of the object- Specified by:
getTypeClass
in classMethodObject<T>
- Throws:
ClassNotFoundException
-
getTypeName
Description copied from class:MethodObject
Get the name for the type of the object- Specified by:
getTypeName
in classMethodObject<T>
-