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