|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esperio.representation.axiom.ConfigurationEventTypeAxiom.XPathPropertyDesc
public static class ConfigurationEventTypeAxiom.XPathPropertyDesc
Descriptor class for event properties that are resolved via XPath-expression.
Constructor Summary | |
---|---|
ConfigurationEventTypeAxiom.XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type)
Ctor. |
|
ConfigurationEventTypeAxiom.XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type,
java.lang.Class optionalCastToType)
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. |
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 ConfigurationEventTypeAxiom.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 ConfigurationEventTypeAxiom.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 valueMethod Detail |
---|
public java.lang.String getName()
public java.lang.String getXpath()
public javax.xml.namespace.QName getType()
public java.lang.Class getOptionalCastToType()
|
© 2006-2016 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 |