Class SwitchCellElementIOv2
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.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 java.lang.Object implements CellIOv2, NamespaceIO<N2oSwitchCell>
Чтение\запись переключателя ячеек
-
-
Constructor Summary
Constructors Constructor Description SwitchCellElementIOv2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcaseItem(org.jdom2.Element e, N2oAbstractSwitch.Case<N2oAbstractCell> c, IOProcessor p)java.lang.Class<N2oSwitchCell>getElementClass()java.lang.StringgetElementName()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, wait
-
Methods inherited from interface net.n2oapp.framework.config.io.widget.table.cell.CellIOv2
getBaseElementClass, getNamespaceUri, setNamespaceUri
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.ElementClassAware
newInstance
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
io
public void io(org.jdom2.Element e, N2oSwitchCell c, IOProcessor p)- Specified by:
ioin interfaceElementIO<N2oSwitchCell>
-
caseItem
protected void caseItem(org.jdom2.Element e, N2oAbstractSwitch.Case<N2oAbstractCell> c, IOProcessor p)
-
getElementClass
public java.lang.Class<N2oSwitchCell> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oSwitchCell>
-
getElementName
public java.lang.String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
-