Class ClearActionElementIOV1
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<N2oClearAction>
-
- net.n2oapp.framework.config.io.action.ClearActionElementIOV1
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oClearAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oClearAction>,ElementIO<N2oClearAction>,NamedElementIO<N2oClearAction>,NamespaceIO<N2oClearAction>,TypedElementIO<N2oClearAction>,ActionIOv1
@Component public class ClearActionElementIOV1 extends AbstractActionElementIOV1<N2oClearAction>
Чтение\запись очистки модели
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description ClearActionElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oClearAction>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oClearAction a, IOProcessor p)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
getBaseElementClass, getNamespace, getNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespaceUri
-
-
-
-
Method Detail
-
io
public void io(org.jdom.Element e, N2oClearAction a, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oClearAction>- Overrides:
ioin classAbstractActionElementIOV1<N2oClearAction>
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oClearAction> getElementClass()
-
-