Class SetGeopointActionHandler
java.lang.Object
org.javarosa.core.model.actions.setgeopoint.SetGeopointActionHandler
- All Implemented Interfaces:
IElementHandler
- Direct Known Subclasses:
StubSetGeopointActionHandler
public abstract class SetGeopointActionHandler extends Object implements IElementHandler
-
Field Summary
Fields Modifier and Type Field Description static StringELEMENT_NAME -
Constructor Summary
Constructors Constructor Description SetGeopointActionHandler() -
Method Summary
Modifier and Type Method Description abstract SetGeopointActiongetSetGeopointAction()Returns an implementation for the odk:setgeopoint action.voidhandle(XFormParser p, org.kxml2.kdom.Element e, Object parent)
-
Field Details
-
ELEMENT_NAME
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetGeopointActionHandler
public SetGeopointActionHandler()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceIElementHandler
-
getSetGeopointAction
Returns an implementation for the odk:setgeopoint action.
-