|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcoretypes.LogLevel
public class LogLevel
A selection of constants that define the level of logging for an applicaton
Field Summary | |
---|---|
private java.lang.Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private LogLevel |
DEBUG
|
private int |
DEBUG_TYPE
The debug type |
private LogLevel |
ERROR
|
private int |
ERROR_TYPE
The error type |
private LogLevel |
FATAL
|
private int |
FATAL_TYPE
The fatal type |
private LogLevel |
INFO
|
private int |
INFO_TYPE
The info type |
private int |
stringValue
Field StringValue |
private int |
type
Field type |
private static org.apache.axis.description.TypeDesc |
typeDesc
|
private LogLevel |
WARN
|
private int |
WARN_TYPE
The warn type |
Constructor Summary | |
---|---|
LogLevel()
|
|
LogLevel(LogLevel DEBUG,
int DEBUG_TYPE,
LogLevel ERROR,
int ERROR_TYPE,
LogLevel FATAL,
int FATAL_TYPE,
LogLevel INFO,
int INFO_TYPE,
LogLevel WARN,
int WARN_TYPE,
int stringValue,
int type)
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getDEBUG_TYPE()
Gets the DEBUG_TYPE value for this LogLevel. |
LogLevel |
getDEBUG()
Gets the DEBUG value for this LogLevel. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
int |
getERROR_TYPE()
Gets the ERROR_TYPE value for this LogLevel. |
LogLevel |
getERROR()
Gets the ERROR value for this LogLevel. |
int |
getFATAL_TYPE()
Gets the FATAL_TYPE value for this LogLevel. |
LogLevel |
getFATAL()
Gets the FATAL value for this LogLevel. |
int |
getINFO_TYPE()
Gets the INFO_TYPE value for this LogLevel. |
LogLevel |
getINFO()
Gets the INFO value for this LogLevel. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
int |
getStringValue()
Gets the stringValue value for this LogLevel. |
int |
getType()
Gets the type value for this LogLevel. |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
getWARN_TYPE()
Gets the WARN_TYPE value for this LogLevel. |
LogLevel |
getWARN()
Gets the WARN value for this LogLevel. |
int |
hashCode()
|
void |
setDEBUG_TYPE(int DEBUG_TYPE)
Sets the DEBUG_TYPE value for this LogLevel. |
void |
setDEBUG(LogLevel DEBUG)
Sets the DEBUG value for this LogLevel. |
void |
setERROR_TYPE(int ERROR_TYPE)
Sets the ERROR_TYPE value for this LogLevel. |
void |
setERROR(LogLevel ERROR)
Sets the ERROR value for this LogLevel. |
void |
setFATAL_TYPE(int FATAL_TYPE)
Sets the FATAL_TYPE value for this LogLevel. |
void |
setFATAL(LogLevel FATAL)
Sets the FATAL value for this LogLevel. |
void |
setINFO_TYPE(int INFO_TYPE)
Sets the INFO_TYPE value for this LogLevel. |
void |
setINFO(LogLevel INFO)
Sets the INFO value for this LogLevel. |
void |
setStringValue(int stringValue)
Sets the stringValue value for this LogLevel. |
void |
setType(int type)
Sets the type value for this LogLevel. |
void |
setWARN_TYPE(int WARN_TYPE)
Sets the WARN_TYPE value for this LogLevel. |
void |
setWARN(LogLevel WARN)
Sets the WARN value for this LogLevel. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int DEBUG_TYPE
private int ERROR_TYPE
private int FATAL_TYPE
private int INFO_TYPE
private int stringValue
private int type
private int WARN_TYPE
private LogLevel ERROR
private LogLevel DEBUG
private LogLevel FATAL
private LogLevel INFO
private LogLevel WARN
private java.lang.Object __equalsCalc
private boolean __hashCodeCalc
private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail |
---|
public LogLevel()
public LogLevel(LogLevel DEBUG, int DEBUG_TYPE, LogLevel ERROR, int ERROR_TYPE, LogLevel FATAL, int FATAL_TYPE, LogLevel INFO, int INFO_TYPE, LogLevel WARN, int WARN_TYPE, int stringValue, int type)
Method Detail |
---|
public int getDEBUG_TYPE()
public void setDEBUG_TYPE(int DEBUG_TYPE)
DEBUG_TYPE
- The debug typepublic int getERROR_TYPE()
public void setERROR_TYPE(int ERROR_TYPE)
ERROR_TYPE
- The error typepublic int getFATAL_TYPE()
public void setFATAL_TYPE(int FATAL_TYPE)
FATAL_TYPE
- The fatal typepublic int getINFO_TYPE()
public void setINFO_TYPE(int INFO_TYPE)
INFO_TYPE
- The info typepublic int getStringValue()
public void setStringValue(int stringValue)
stringValue
- Field StringValuepublic int getType()
public void setType(int type)
type
- Field typepublic int getWARN_TYPE()
public void setWARN_TYPE(int WARN_TYPE)
WARN_TYPE
- The warn typepublic LogLevel getERROR()
public void setERROR(LogLevel ERROR)
ERROR
- public LogLevel getDEBUG()
public void setDEBUG(LogLevel DEBUG)
DEBUG
- public LogLevel getFATAL()
public void setFATAL(LogLevel FATAL)
FATAL
- public LogLevel getINFO()
public void setINFO(LogLevel INFO)
INFO
- public LogLevel getWARN()
public void setWARN(LogLevel WARN)
WARN
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |