Class CounterReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.tools.CounterReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oCounter>,ElementNameAware,ElementReader<N2oCounter>,TypedElementReader<N2oCounter>
public class CounterReaderV1 extends Object implements TypedElementReader<N2oCounter>
Считывание счетчика, отображающегося на вкладке/кнопке/шапке контейнера
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<N2oCounter>getElementClass()StringgetElementName()static CounterReaderV1getInstance()N2oCounterread(org.jdom.Element element)-
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
-
getInstance
public static CounterReaderV1 getInstance()
-
read
public N2oCounter read(org.jdom.Element element)
- Specified by:
readin interfaceElementReader<N2oCounter>
-
getElementClass
public Class<N2oCounter> getElementClass()
- Specified by:
getElementClassin interfaceElementClassAware<N2oCounter>
-
getElementName
public String getElementName()
- Specified by:
getElementNamein interfaceElementNameAware
-
-