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