Class SwitchCellElementIOv2
java.lang.Object
net.n2oapp.framework.config.io.cell.v2.SwitchCellElementIOv2
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<N2oSwitchCell>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oSwitchCell>,ElementIO<N2oSwitchCell>,NamedElementIO<N2oSwitchCell>,NamespaceIO<N2oSwitchCell>,TypedElementIO<N2oSwitchCell>,CellIOv2
@Component
public class SwitchCellElementIOv2
extends Object
implements CellIOv2, NamespaceIO<N2oSwitchCell>
Чтение\запись переключателя ячеек
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidcaseItem(org.jdom2.Element e, N2oAbstractSwitch.Case<N2oAbstractCell> c, IOProcessor p) voidio(org.jdom2.Element e, N2oSwitchCell c, 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.cell.v2.CellIOv2
getBaseElementClass, getNamespaceUri, setNamespaceUriMethods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstanceMethods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix, setNamespacePrefix
-
Constructor Details
-
SwitchCellElementIOv2
public SwitchCellElementIOv2()
-
-
Method Details
-
io
- Specified by:
ioin interfaceElementIO<N2oSwitchCell>
-
caseItem
protected void caseItem(org.jdom2.Element e, N2oAbstractSwitch.Case<N2oAbstractCell> c, IOProcessor p) -
getElementClass
- Specified by:
getElementClassin interfaceElementClassAware<N2oSwitchCell>
-
getElementName
- Specified by:
getElementNamein interfaceElementNameAware
-