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