IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

com.ibm.websphere.objectgrid.plugins
Class LogElement.Type

java.lang.Object
  extended by com.ibm.websphere.objectgrid.plugins.LogElement.Type
All Implemented Interfaces:
Comparable
Enclosing interface:
LogElement

public static class LogElement.Type
extends Object
implements Comparable

The Type class is used to represent a LogElement type.

Since:
WAS XD 6.0

Method Summary
 int compareTo(Object object)
           
 int getCode()
          Gets the type code for this object.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getCode

public int getCode()
Gets the type code for this object.

Returns:
the type code

compareTo

public int compareTo(Object object)
Specified by:
compareTo in interface Comparable
See Also:
Comparable.compareTo(Object)

toString

public String toString()
Overrides:
toString in class Object
See Also:
Object.toString()

IBM WebSphereTM eXtreme Scale, Release 8.6
API Specification

© Copyright International Business Machines Corp 2005,2012. All rights reserved.