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