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 java.lang.Object implements MethodOperation.Factory<ToString>
A factory for the <to-string> element.
-
-
Constructor Summary
Constructors Constructor Description ToStringFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToString
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public ToString createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<ToString>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<ToString>
-
-