Class ListToList.ListToListFactory
- java.lang.Object
-
- org.apache.ofbiz.minilang.method.envops.ListToList.ListToListFactory
-
- All Implemented Interfaces:
MethodOperation.Factory<ListToList>
- Enclosing class:
- ListToList
public static final class ListToList.ListToListFactory extends java.lang.Object implements MethodOperation.Factory<ListToList>
A factory for the <list-to-list> element.
-
-
Constructor Summary
Constructors Constructor Description ListToListFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListToList
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public ListToList createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<ListToList>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<ListToList>
-
-