public class EntryType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_Attribute |
static String |
_Dimension |
static String |
_Undefined |
static String |
_Value |
static EntryType |
Attribute |
static EntryType |
Dimension |
static EntryType |
Undefined |
static EntryType |
Value |
| Modifier | Constructor and Description |
|---|---|
protected |
EntryType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static EntryType |
fromString(String value) |
static EntryType |
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 _Value
public static final String _Attribute
public static final String _Dimension
public static final String _Undefined
public static final EntryType Value
public static final EntryType Attribute
public static final EntryType Dimension
public static final EntryType Undefined
protected EntryType(String value)
public String getValue()
public static EntryType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static EntryType 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 © 2015. All Rights Reserved.