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