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