Class SwitchIO
- java.lang.Object
-
- net.n2oapp.framework.config.io.widget.table.cell.SwitchIO
-
- All Implemented Interfaces:
ElementClassAware<N2oSwitch>,ElementNameAware,ClassedElementIO<N2oSwitch>,ElementIO<N2oSwitch>,NamedElementIO<N2oSwitch>,TypedElementIO<N2oSwitch>
public class SwitchIO extends Object implements TypedElementIO<N2oSwitch>
Чтение\запись переключателя
-
-
Constructor Summary
Constructors Constructor Description SwitchIO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oSwitch>getElementClass()StringgetElementName()voidio(org.jdom.Element e, N2oSwitch s, 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.api.metadata.aware.ElementClassAware
newInstance
-
-
-
-
Method Detail
-
getElementClass
public Class<N2oSwitch> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oSwitch>
-
getElementName
public String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
io
public void io(org.jdom.Element e, N2oSwitch s, IOProcessor p)
-
-