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