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 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(Element element, SimpleMethod simpleMethod)
String
getName()
-
-
-
Method Detail
-
createMethodOperation
public CheckErrors createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<CheckErrors>
- Throws:
MiniLangException
-
getName
public String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<CheckErrors>
-
-