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