net.esper.client
Class ConfigurationEventTypeXMLDOM.XPathPropertyDesc

java.lang.Object
  extended by net.esper.client.ConfigurationEventTypeXMLDOM.XPathPropertyDesc
Enclosing class:
ConfigurationEventTypeXMLDOM

public class ConfigurationEventTypeXMLDOM.XPathPropertyDesc
extends Object

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

ConfigurationEventTypeXMLDOM.XPathPropertyDesc

public ConfigurationEventTypeXMLDOM.XPathPropertyDesc(String name,
                                                      String xpath,
                                                      QName type)
Ctor.

Parameters:
name - is the event property name
xpath - is an arbitrary XPath expression
type - is a javax.xml.xpath.XPathConstants constant
Method Detail

getName

public String getName()
Returns the event property name.

Returns:
event property name

getXpath

public String getXpath()
Returns the XPath expression.

Returns:
XPath expression

getType

public QName getType()
Returns the javax.xml.xpath.XPathConstants constant representing the event property type.

Returns:
type infomation