public class MobileApplicationStore extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_AMAZON_FIRETV |
static String |
_APPLE_ITUNES |
static String |
_GOOGLE_PLAY |
static String |
_PLAYSTATION |
static String |
_ROKU |
static String |
_SAMSUNG_TV |
static String |
_UNKNOWN |
static String |
_XBOX |
static MobileApplicationStore |
AMAZON_FIRETV |
static MobileApplicationStore |
APPLE_ITUNES |
static MobileApplicationStore |
GOOGLE_PLAY |
static MobileApplicationStore |
PLAYSTATION |
static MobileApplicationStore |
ROKU |
static MobileApplicationStore |
SAMSUNG_TV |
static MobileApplicationStore |
UNKNOWN |
static MobileApplicationStore |
XBOX |
| Modifier | Constructor and Description |
|---|---|
protected |
MobileApplicationStore(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static MobileApplicationStore |
fromString(String value) |
static MobileApplicationStore |
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 _UNKNOWN
public static final String _APPLE_ITUNES
public static final String _GOOGLE_PLAY
public static final String _ROKU
public static final String _AMAZON_FIRETV
public static final String _PLAYSTATION
public static final String _XBOX
public static final String _SAMSUNG_TV
public static final MobileApplicationStore UNKNOWN
public static final MobileApplicationStore APPLE_ITUNES
public static final MobileApplicationStore GOOGLE_PLAY
public static final MobileApplicationStore ROKU
public static final MobileApplicationStore AMAZON_FIRETV
public static final MobileApplicationStore PLAYSTATION
public static final MobileApplicationStore XBOX
public static final MobileApplicationStore SAMSUNG_TV
protected MobileApplicationStore(String value)
public String getValue()
public static MobileApplicationStore fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static MobileApplicationStore 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 © 2021. All rights reserved.