Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.events.server.session
Class EventLogSortField

java.lang.Object
  extended by org.hyperic.util.HypericEnum
      extended by org.hyperic.hq.events.server.session.EventLogSortField
All Implemented Interfaces:
java.io.Serializable, SortField, JSON

public abstract class EventLogSortField
extends HypericEnum
implements SortField

See Also:
Serialized Form

Field Summary
static EventLogSortField DATE
           
static EventLogSortField DETAIL
           
static EventLogSortField RESOURCE
           
static EventLogSortField STATUS
           
static EventLogSortField SUBJECT
           
static EventLogSortField TYPE
           
 
Method Summary
static EventLogSortField findByCode(int code)
           
 
Methods inherited from class org.hyperic.util.HypericEnum
findByCode, findByDescription, getAll, getByCode, getCode, getDescription, getJsonName, getValue, toJSON, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.hyperic.hibernate.SortField
getDescription, getValue, isSortable
 

Field Detail

RESOURCE

public static final EventLogSortField RESOURCE

DATE

public static final EventLogSortField DATE

STATUS

public static final EventLogSortField STATUS

SUBJECT

public static final EventLogSortField SUBJECT

TYPE

public static final EventLogSortField TYPE

DETAIL

public static final EventLogSortField DETAIL
Method Detail

findByCode

public static EventLogSortField findByCode(int code)

Hyperic HQ Plugin API v. 4.4.0.2

Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.