|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.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. |
|
ConfigurationEventTypeXMLDOM.XPathPropertyDesc(String name,
String xpath,
QName type,
Class optionalCastToType)
Ctor. |
Method Summary | |
---|---|
String |
getName()
Returns the event property name. |
Class |
getOptionalCastToType()
Returns the class that the return value of the xpath expression is cast to, or null if no casting. |
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 constantpublic ConfigurationEventTypeXMLDOM.XPathPropertyDesc(String name, String xpath, QName type, Class optionalCastToType)
name
- is the event property namexpath
- is an arbitrary XPath expressiontype
- is a javax.xml.xpath.XPathConstants constantoptionalCastToType
- if non-null then the return value of the xpath expression is cast to this valueMethod Detail |
---|
public String getName()
public String getXpath()
public QName getType()
public Class getOptionalCastToType()
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |