Class AbstractMetaActionElementIOV2<T extends N2oAbstractMetaAction>
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
net.n2oapp.framework.config.io.action.v2.AbstractMetaActionElementIOV2<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ActionIOv2
- Direct Known Subclasses:
CustomActionElementIOV2,InvokeActionElementIOV2
public abstract class AbstractMetaActionElementIOV2<T extends N2oAbstractMetaAction>
extends AbstractActionElementIOV2<T>
Чтение\запись абстрактного действия, содержащего стандартные саги версии 2.0
-
Field Summary
Fields inherited from interface net.n2oapp.framework.config.io.action.v2.ActionIOv2
NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.n2oapp.framework.config.io.action.v2.ActionIOv2
getBaseElementClass, getNamespace, getNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
getElementClass, newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementNameAware
getElementNameMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
AbstractMetaActionElementIOV2
public AbstractMetaActionElementIOV2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oAbstractMetaAction>- Overrides:
ioin classAbstractActionElementIOV2<T extends N2oAbstractMetaAction>
-