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