Class Break.BreakFactory
java.lang.Object
org.apache.ofbiz.minilang.method.envops.Break.BreakFactory
- All Implemented Interfaces:
MethodOperation.Factory<Break>
- Enclosing class:
- Break
public static final class Break.BreakFactory
extends Object
implements MethodOperation.Factory<Break>
A factory for the <break> element.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreateMethodOperation
(Element element, SimpleMethod simpleMethod) getName()
-
Constructor Details
-
BreakFactory
public BreakFactory()
-
-
Method Details
-
createMethodOperation
public Break createMethodOperation(Element element, SimpleMethod simpleMethod) throws MiniLangException - Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Break>
- Throws:
MiniLangException
-
getName
- Specified by:
getName
in interfaceMethodOperation.Factory<Break>
-