public class DebugLevel extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
_Db |
static String |
_DebugOnly |
static String |
_None |
static DebugLevel |
Db |
static DebugLevel |
DebugOnly |
static DebugLevel |
None |
Modifier | Constructor and Description |
---|---|
protected |
DebugLevel(String value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static DebugLevel |
fromString(String value) |
static DebugLevel |
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 _None
public static final String _DebugOnly
public static final String _Db
public static final DebugLevel None
public static final DebugLevel DebugOnly
public static final DebugLevel Db
protected DebugLevel(String value)
public String getValue()
public static DebugLevel fromValue(String value) throws IllegalArgumentException
IllegalArgumentException
public static DebugLevel fromString(String value) throws IllegalArgumentException
IllegalArgumentException
public Object readResolve() throws ObjectStreamException
ObjectStreamException
public 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.