public class CustomTargetingValueMatchType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_BROAD |
static String |
_BROAD_PREFIX |
static String |
_CONTAINS |
static String |
_EXACT |
static String |
_PREFIX |
static String |
_SUFFIX |
static String |
_UNKNOWN |
static CustomTargetingValueMatchType |
BROAD |
static CustomTargetingValueMatchType |
BROAD_PREFIX |
static CustomTargetingValueMatchType |
CONTAINS |
static CustomTargetingValueMatchType |
EXACT |
static CustomTargetingValueMatchType |
PREFIX |
static CustomTargetingValueMatchType |
SUFFIX |
static CustomTargetingValueMatchType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
CustomTargetingValueMatchType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CustomTargetingValueMatchType |
fromString(String value) |
static CustomTargetingValueMatchType |
fromValue(String value) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType) |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue() |
int |
hashCode() |
Object |
readResolve() |
String |
toString() |
public static final String _EXACT
public static final String _BROAD
public static final String _PREFIX
public static final String _BROAD_PREFIX
public static final String _SUFFIX
public static final String _CONTAINS
public static final String _UNKNOWN
public static final CustomTargetingValueMatchType EXACT
public static final CustomTargetingValueMatchType BROAD
public static final CustomTargetingValueMatchType PREFIX
public static final CustomTargetingValueMatchType BROAD_PREFIX
public static final CustomTargetingValueMatchType SUFFIX
public static final CustomTargetingValueMatchType CONTAINS
public static final CustomTargetingValueMatchType UNKNOWN
protected CustomTargetingValueMatchType(String value)
public String getValue()
public static CustomTargetingValueMatchType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CustomTargetingValueMatchType fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2014. All Rights Reserved.