Hyperic HQ Plugin API v. 4.4.0.2

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

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

public abstract class AlertDefSortField
extends HypericEnum
implements SortField

See Also:
Serialized Form

Field Summary
static AlertDefSortField ACTIVE
           
static AlertDefSortField CTIME
           
static AlertDefSortField ESCALATION
           
static AlertDefSortField LAST_FIRED
           
static AlertDefSortField MTIME
           
static AlertDefSortField NAME
           
static AlertDefSortField PRIORITY
           
static AlertDefSortField RESOURCE
           
 
Method Summary
static AlertDefSortField 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

NAME

public static final AlertDefSortField NAME

CTIME

public static final AlertDefSortField CTIME

MTIME

public static final AlertDefSortField MTIME

PRIORITY

public static final AlertDefSortField PRIORITY

RESOURCE

public static final AlertDefSortField RESOURCE

ACTIVE

public static final AlertDefSortField ACTIVE

LAST_FIRED

public static final AlertDefSortField LAST_FIRED

ESCALATION

public static final AlertDefSortField ESCALATION
Method Detail

findByCode

public static AlertDefSortField findByCode(int code)

Hyperic HQ Plugin API v. 4.4.0.2

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