public class CreativePersistenceType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_NOT_PERSISTENT |
static String |
_PERSISTENT_AND_EXCLUDE_ALL |
static String |
_PERSISTENT_AND_EXCLUDE_DISPLAY |
static String |
_PERSISTENT_AND_EXCLUDE_NONE |
static String |
_PERSISTENT_AND_EXCLUDE_VIDEO |
static CreativePersistenceType |
NOT_PERSISTENT |
static CreativePersistenceType |
PERSISTENT_AND_EXCLUDE_ALL |
static CreativePersistenceType |
PERSISTENT_AND_EXCLUDE_DISPLAY |
static CreativePersistenceType |
PERSISTENT_AND_EXCLUDE_NONE |
static CreativePersistenceType |
PERSISTENT_AND_EXCLUDE_VIDEO |
| Modifier | Constructor and Description |
|---|---|
protected |
CreativePersistenceType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static CreativePersistenceType |
fromString(String value) |
static CreativePersistenceType |
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 _NOT_PERSISTENT
public static final String _PERSISTENT_AND_EXCLUDE_NONE
public static final String _PERSISTENT_AND_EXCLUDE_DISPLAY
public static final String _PERSISTENT_AND_EXCLUDE_VIDEO
public static final String _PERSISTENT_AND_EXCLUDE_ALL
public static final CreativePersistenceType NOT_PERSISTENT
public static final CreativePersistenceType PERSISTENT_AND_EXCLUDE_NONE
public static final CreativePersistenceType PERSISTENT_AND_EXCLUDE_DISPLAY
public static final CreativePersistenceType PERSISTENT_AND_EXCLUDE_VIDEO
public static final CreativePersistenceType PERSISTENT_AND_EXCLUDE_ALL
protected CreativePersistenceType(String value)
public String getValue()
public static CreativePersistenceType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static CreativePersistenceType 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 © 2013. All Rights Reserved.