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 java.lang.Object implements MethodOperation.Factory<PropertyToField>
A factory for the <property-to-field> element.
-
-
Constructor Summary
Constructors Constructor Description PropertyToFieldFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PropertyToField
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public PropertyToField createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<PropertyToField>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<PropertyToField>
-
-