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