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