Class ToString.ToStringFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.ToString.ToStringFactory
- All Implemented Interfaces:
MethodOperation.Factory<ToString>
- Enclosing class:
- ToString
public static final class ToString.ToStringFactory
extends Object
implements MethodOperation.Factory<ToString>
A factory for the <to-string> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
ToStringFactory
public ToStringFactory()
-
-
Method Details
-
createMethodOperation
public ToString createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<ToString>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<ToString>
-