Class SwitchCellElementIOv3
java.lang.Object
net.n2oapp.framework.config.io.cell.v3.SwitchCellElementIOv3
- All Implemented Interfaces:
BaseElementClassAware<N2oCell>,ElementClassAware<N2oSwitchCell>,ElementNameAware,NamespaceUriAware,ClassedElementIO<N2oSwitchCell>,ElementIO<N2oSwitchCell>,NamedElementIO<N2oSwitchCell>,NamespaceIO<N2oSwitchCell>,TypedElementIO<N2oSwitchCell>,CellIOv3
@Component
public class SwitchCellElementIOv3
extends Object
implements CellIOv3, 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.v3.CellIOv3
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
-
SwitchCellElementIOv3
public SwitchCellElementIOv3()
-
-
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
-