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