Class ConditionBranchElementIOV2<T extends N2oConditionBranch>
java.lang.Object
net.n2oapp.framework.config.io.action.v2.AbstractActionElementIOV2<T>
net.n2oapp.framework.config.io.action.v2.ifelse.ConditionBranchElementIOV2<T>
- All Implemented Interfaces:
BaseElementClassAware<N2oAbstractAction>,ElementClassAware<T>,ElementNameAware,NamespaceUriAware,ClassedElementIO<T>,ElementIO<T>,NamedElementIO<T>,NamespaceIO<T>,TypedElementIO<T>,ActionIOv2,ActionsAwareIO<T>
- Direct Known Subclasses:
ElseBranchActionElementIOV2,ElseIfBranchActionElementIOV2,IfBranchActionElementIOV2
public abstract class ConditionBranchElementIOV2<T extends N2oConditionBranch>
extends AbstractActionElementIOV2<T>
implements ActionsAwareIO<T>
Чтение/запись базовых свойств веток оператора if-else
-
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.config.io.common.ActionsAwareIO
action, actionsNamespace, actionsSequenceTagMethods 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
-
ConditionBranchElementIOV2
public ConditionBranchElementIOV2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<T extends N2oConditionBranch>- Overrides:
ioin classAbstractActionElementIOV2<T extends N2oConditionBranch>
-