public class FlashExpandableCreativeExpandDirection extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_DOWN |
static String |
_LEFT |
static String |
_RIGHT |
static String |
_UP |
static FlashExpandableCreativeExpandDirection |
DOWN |
static FlashExpandableCreativeExpandDirection |
LEFT |
static FlashExpandableCreativeExpandDirection |
RIGHT |
static FlashExpandableCreativeExpandDirection |
UP |
| Modifier | Constructor and Description |
|---|---|
protected |
FlashExpandableCreativeExpandDirection(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static FlashExpandableCreativeExpandDirection |
fromString(String value) |
static FlashExpandableCreativeExpandDirection |
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 _LEFT
public static final String _RIGHT
public static final String _UP
public static final String _DOWN
public static final FlashExpandableCreativeExpandDirection LEFT
public static final FlashExpandableCreativeExpandDirection RIGHT
public static final FlashExpandableCreativeExpandDirection UP
public static final FlashExpandableCreativeExpandDirection DOWN
protected FlashExpandableCreativeExpandDirection(String value)
public String getValue()
public static FlashExpandableCreativeExpandDirection fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static FlashExpandableCreativeExpandDirection 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.