Class CloseActionElementIOV1
- java.lang.Object
-
- net.n2oapp.framework.config.io.action.AbstractActionElementIOV1<N2oCloseAction>
-
- net.n2oapp.framework.config.io.action.CloseActionElementIOV1
-
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oCloseAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oCloseAction>,ElementIO<N2oCloseAction>,NamedElementIO<N2oCloseAction>,NamespaceIO<N2oCloseAction>,TypedElementIO<N2oCloseAction>,ActionIOv1
@Component public class CloseActionElementIOV1 extends AbstractActionElementIOV1<N2oCloseAction>
Чтение\запись закрытия окна
-
-
Field Summary
-
Fields inherited from interface net.n2oapp.framework.config.io.action.ActionIOv1
NAMESPACE
-
-
Constructor Summary
Constructors Constructor Description CloseActionElementIOV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCloseAction>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oCloseAction 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, N2oCloseAction a, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oCloseAction>- Overrides:
ioin classAbstractActionElementIOV1<N2oCloseAction>
-
getElementName
public String getElementName()
-
getElementClass
public Class<N2oCloseAction> getElementClass()
-
-