|
||||||||||
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(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type)
Ctor. |
|
ConfigurationEventTypeXMLDOM.XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type,
java.lang.Class optionalCastToType)
Ctor. |
|
ConfigurationEventTypeXMLDOM.XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type,
java.lang.String eventTypeName)
Ctor. |
Method Summary | |
---|---|
java.lang.String |
getName()
Returns the event property name. |
java.lang.Class |
getOptionalCastToType()
Returns the class that the return value of the xpath expression is cast to, or null if no casting. |
java.lang.String |
getOptionaleventTypeName()
Returns the event type name assigned to the explicit property. |
javax.xml.namespace.QName |
getType()
Returns the javax.xml.xpath.XPathConstants constant representing the event property type. |
java.lang.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(java.lang.String name, java.lang.String xpath, javax.xml.namespace.QName type)
name
- is the event property namexpath
- is an arbitrary XPath expressiontype
- is a javax.xml.xpath.XPathConstants constantpublic ConfigurationEventTypeXMLDOM.XPathPropertyDesc(java.lang.String name, java.lang.String xpath, javax.xml.namespace.QName type, java.lang.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 valuepublic ConfigurationEventTypeXMLDOM.XPathPropertyDesc(java.lang.String name, java.lang.String xpath, javax.xml.namespace.QName type, java.lang.String eventTypeName)
name
- is the event property namexpath
- is an arbitrary XPath expressiontype
- is a javax.xml.xpath.XPathConstants constanteventTypeName
- the name of an event type that represents the fragmented property valueMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getXpath()
public javax.xml.namespace.QName getType()
public java.lang.Class getOptionalCastToType()
public java.lang.String getOptionaleventTypeName()
|
© 2006-2015 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 |