public class ValueSourceType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_DIRECTLY_SPECIFIED |
static String |
_PARENT |
static String |
_UNKNOWN |
static ValueSourceType |
DIRECTLY_SPECIFIED |
static ValueSourceType |
PARENT |
static ValueSourceType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ValueSourceType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ValueSourceType |
fromString(String value) |
static ValueSourceType |
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 _PARENT
public static final String _DIRECTLY_SPECIFIED
public static final String _UNKNOWN
public static final ValueSourceType PARENT
public static final ValueSourceType DIRECTLY_SPECIFIED
public static final ValueSourceType UNKNOWN
protected ValueSourceType(String value)
public String getValue()
public static ValueSourceType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ValueSourceType 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 © 2018. All Rights Reserved.