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