public static class ConfigurationEventTypeXMLDOM.XPathPropertyDesc extends Object implements Serializable
Constructor and Description |
---|
XPathPropertyDesc(String name,
String xpath,
QName type)
Ctor.
|
XPathPropertyDesc(String name,
String xpath,
QName type,
Class optionalCastToType)
Ctor.
|
XPathPropertyDesc(String name,
String xpath,
QName type,
String eventTypeName)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
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.
|
String |
getOptionaleventTypeName()
Returns the event type name assigned to the explicit property.
|
QName |
getType()
Returns the javax.xml.xpath.XPathConstants constant representing the event property type.
|
String |
getXpath()
Returns the XPath expression.
|
public 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 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 valuepublic XPathPropertyDesc(String name, String xpath, QName type, 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 valuepublic String getName()
public String getXpath()
public QName getType()
public Class getOptionalCastToType()
public String getOptionaleventTypeName()