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