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