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