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