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 java.lang.Object implements MethodOperation.Factory<Break>
A factory for the <break> element.
-
-
Constructor Summary
Constructors Constructor Description BreakFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Break
createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod)
java.lang.String
getName()
-
-
-
Method Detail
-
createMethodOperation
public Break createMethodOperation(org.w3c.dom.Element element, SimpleMethod simpleMethod) throws MiniLangException
- Specified by:
createMethodOperation
in interfaceMethodOperation.Factory<Break>
- Throws:
MiniLangException
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceMethodOperation.Factory<Break>
-
-