org.hyperic.hq.appdef.server.session
Class AgentSortField
java.lang.Object
org.hyperic.util.HypericEnum
org.hyperic.hq.appdef.server.session.AgentSortField
- All Implemented Interfaces:
- java.io.Serializable, SortField, JSON
public abstract class AgentSortField
- extends HypericEnum
- implements SortField
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ADDR
public static final AgentSortField ADDR
PORT
public static final AgentSortField PORT
VERSION
public static final AgentSortField VERSION
CTIME
public static final AgentSortField CTIME
getSortString
public abstract java.lang.String getSortString(java.lang.String agent)
findByCode
public static AgentSortField findByCode(int code)
findByDescription
public static AgentSortField findByDescription(java.lang.String desc)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.