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 Object
implements MethodOperation.Factory<ListToList>
A factory for the <list-to-list> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
ListToListFactory
public ListToListFactory()
-
-
Method Details
-
createMethodOperation
public ListToList createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<ListToList>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<ListToList>
-