public class TargetPlatform extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_MOBILE |
static String |
_WEB |
static TargetPlatform |
MOBILE |
static TargetPlatform |
WEB |
| Modifier | Constructor and Description |
|---|---|
protected |
TargetPlatform(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static TargetPlatform |
fromString(String value) |
static TargetPlatform |
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 _WEB
public static final String _MOBILE
public static final TargetPlatform WEB
public static final TargetPlatform MOBILE
protected TargetPlatform(String value)
public String getValue()
public static TargetPlatform fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static TargetPlatform 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.