Class SetValueExpressionEventReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<N2oSetValueAction>
-
- net.n2oapp.framework.config.reader.event.SetValueExpressionEventReaderV1
-
- All Implemented Interfaces:
ElementClassAware<N2oSetValueAction>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<N2oSetValueAction>,NamespaceReader<N2oSetValueAction>,TypedElementReader<N2oSetValueAction>,N2oEventXmlReader<N2oSetValueAction>
@Component public class SetValueExpressionEventReaderV1 extends AbstractN2oEventXmlReader<N2oSetValueAction>
Считывает событие set-value-expression
-
-
Field Summary
-
Fields inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
readerFactory
-
-
Constructor Summary
Constructors Constructor Description SetValueExpressionEventReaderV1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<N2oSetValueAction>getElementClass()java.lang.StringgetElementName()N2oSetValueActionread(org.jdom2.Element element)-
Methods inherited from class net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader
getNamespaceUri, setNamespaceUri, setReaderFactory
-
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
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.NamespaceUriAware
getNamespace, getNamespacePrefix
-
-
-
-
Method Detail
-
getElementName
public java.lang.String getElementName()
-
getElementClass
public java.lang.Class<N2oSetValueAction> getElementClass()
-
read
public N2oSetValueAction read(org.jdom2.Element element)
-
-