Class IfBranchActionElementIOV2
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
net.n2oapp.framework.config.io.action.v2.ifelse.ConditionBranchElementIOV2<N2oIfBranchAction>
net.n2oapp.framework.config.io.action.v2.ifelse.IfBranchActionElementIOV2
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oIfBranchAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oIfBranchAction>,ElementIO<N2oIfBranchAction>,NamedElementIO<N2oIfBranchAction>,NamespaceIO<N2oIfBranchAction>,TypedElementIO<N2oIfBranchAction>,ActionIOv2,ActionsAwareIO<N2oIfBranchAction>
@Component
public class IfBranchActionElementIOV2
extends ConditionBranchElementIOV2<N2oIfBranchAction>
Чтение/запись элемента if оператора if-else
-
Field Summary
Fields inherited from interface net.n2oapp.framework.config.io.action.v2.ActionIOv2
NAMESPACE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidio(org.jdom2.Element e, N2oIfBranchAction a, IOProcessor p) 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.config.io.common.ActionsAwareIO
action, actionsNamespace, actionsSequenceTagMethods 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
-
IfBranchActionElementIOV2
public IfBranchActionElementIOV2()
-
-
Method Details
-
getElementClass
-
getElementName
-
io
- Specified by:
ioin interfaceElementIO<N2oIfBranchAction>- Overrides:
ioin classConditionBranchElementIOV2<N2oIfBranchAction>
-