Class ElseIfBranchActionElementIOV2
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
net.n2oapp.framework.config.io.action.v2.ifelse.ConditionBranchElementIOV2<N2oElseIfBranchAction>
net.n2oapp.framework.config.io.action.v2.ifelse.ElseIfBranchActionElementIOV2
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<N2oElseIfBranchAction>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oElseIfBranchAction>,ElementIO<N2oElseIfBranchAction>,NamedElementIO<N2oElseIfBranchAction>,NamespaceIO<N2oElseIfBranchAction>,TypedElementIO<N2oElseIfBranchAction>,ActionIOv2,ActionsAwareIO<N2oElseIfBranchAction>
@Component
public class ElseIfBranchActionElementIOV2
extends ConditionBranchElementIOV2<N2oElseIfBranchAction>
Чтение/запись элемента else-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, N2oElseIfBranchAction 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
-
ElseIfBranchActionElementIOV2
public ElseIfBranchActionElementIOV2()
-
-
Method Details
-
getElementClass
-
getElementName
-
io
- Specified by:
ioin interfaceElementIO<N2oElseIfBranchAction>- Overrides:
ioin classConditionBranchElementIOV2<N2oElseIfBranchAction>
-