Class SetValueExpressionEventReaderV1
- java.lang.Object
-
- net.n2oapp.framework.config.reader.event.AbstractN2oEventXmlReader<SetValueExpressionAction>
-
- net.n2oapp.framework.config.reader.event.SetValueExpressionEventReaderV1
-
- All Implemented Interfaces:
ElementClassAware<SetValueExpressionAction>,ElementNameAware,NamespaceUriAware,ReaderFactoryAware,ElementReader<SetValueExpressionAction>,NamespaceReader<SetValueExpressionAction>,TypedElementReader<SetValueExpressionAction>,N2oEventXmlReader<SetValueExpressionAction>
@Component public class SetValueExpressionEventReaderV1 extends AbstractN2oEventXmlReader<SetValueExpressionAction>
Считывает событие 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 Class<SetValueExpressionAction>getElementClass()StringgetElementName()SetValueExpressionActionread(org.jdom.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 String getElementName()
-
getElementClass
public Class<SetValueExpressionAction> getElementClass()
-
read
public SetValueExpressionAction read(org.jdom.Element element)
-
-