Class CustomActionElementIOV2
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
net.n2oapp.framework.config.io.action.v2.AbstractMetaActionElementIOV2<N2oCustomAction>
net.n2oapp.framework.config.io.action.v2.CustomActionElementIOV2
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oCustomAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oCustomAction>,ElementIO<N2oCustomAction>,NamedElementIO<N2oCustomAction>,NamespaceIO<N2oCustomAction>,TypedElementIO<N2oCustomAction>,ActionIOv2
@Component
public class CustomActionElementIOV2
extends AbstractMetaActionElementIOV2<N2oCustomAction>
Чтение/запись настраиваемого действия версии 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
newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespacePrefix, setNamespacePrefix, setNamespaceUri
-
Constructor Details
-
CustomActionElementIOV2
public CustomActionElementIOV2()
-
-
Method Details
-
getElementClass
-
getElementName
-
io
- Specified by:
ioin interfaceElementIO<N2oCustomAction>- Overrides:
ioin classAbstractMetaActionElementIOV2<N2oCustomAction>
-