net.esper.client
Class ConfigurationEventTypeXMLDOM.XPathPropertyDesc

java.lang.Object
  extended by net.esper.client.ConfigurationEventTypeXMLDOM.XPathPropertyDesc
All Implemented Interfaces:
Serializable
Enclosing class:
ConfigurationEventTypeXMLDOM

public static class ConfigurationEventTypeXMLDOM.XPathPropertyDesc
extends Object
implements Serializable

Descriptor class for event properties that are resolved via XPath-expression.

See Also:
Serialized Form

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

© 2007 EsperTech Inc.
All rights reserved.
Visit us at espertech.com