|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.client.ConfigurationEventTypeXMLDOM.XPathPropertyDesc
public static class ConfigurationEventTypeXMLDOM.XPathPropertyDesc
Descriptor class for event properties that are resolved via XPath-expression.
Constructor Summary | |
---|---|
ConfigurationEventTypeXMLDOM.XPathPropertyDesc(String name,
String xpath,
QName type)
Ctor. |
Method Summary | |
---|---|
String |
getName()
Returns the event property name. |
QName |
getType()
Returns the javax.xml.xpath.XPathConstants constant representing the event property type. |
String |
getXpath()
Returns the XPath expression. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConfigurationEventTypeXMLDOM.XPathPropertyDesc(String name, String xpath, QName type)
name
- is the event property namexpath
- is an arbitrary XPath expressiontype
- is a javax.xml.xpath.XPathConstants constantMethod Detail |
---|
public String getName()
public String getXpath()
public QName getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |