public static class ConfigurationEventTypeAxiom.XPathPropertyDesc
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type)
Ctor.
|
XPathPropertyDesc(java.lang.String name,
java.lang.String xpath,
javax.xml.namespace.QName type,
java.lang.Class optionalCastToType)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public 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 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 java.lang.String getName()
public java.lang.String getXpath()
public javax.xml.namespace.QName getType()
public java.lang.Class getOptionalCastToType()