org.ofbiz.minilang.method.envops
Class ClearField.ClearFieldFactory

java.lang.Object
  extended by org.ofbiz.minilang.method.envops.ClearField.ClearFieldFactory
All Implemented Interfaces:
MethodOperation.Factory<ClearField>
Enclosing class:
ClearField

public static final class ClearField.ClearFieldFactory
extends java.lang.Object
implements MethodOperation.Factory<ClearField>


Constructor Summary
ClearField.ClearFieldFactory()
           
 
Method Summary
 ClearField createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearField.ClearFieldFactory

public ClearField.ClearFieldFactory()
Method Detail

createMethodOperation

public ClearField createMethodOperation(org.w3c.dom.Element element,
                                        SimpleMethod simpleMethod)
Specified by:
createMethodOperation in interface MethodOperation.Factory<ClearField>

getName

public java.lang.String getName()
Specified by:
getName in interface MethodOperation.Factory<ClearField>