public abstract class CustomCriteriaNode extends Object implements Serializable
CustomCriteriaNode is a node in the custom targeting
tree. A custom
criteria node can either be a CustomCriteriaSet
(a non-leaf node) or
a CustomCriteria (a leaf node). The custom criteria
targeting tree is
subject to the rules defined on Targeting.customTargeting.| Constructor and Description |
|---|
CustomCriteriaNode() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
String |
toString() |
Copyright © 2021. All rights reserved.