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