org.hyperic.hq.common.server.session
Class AuditNature
java.lang.Object
org.hyperic.util.HypericEnum
org.hyperic.hq.common.server.session.AuditNature
- All Implemented Interfaces:
- java.io.Serializable, JSON
public class AuditNature
- extends HypericEnum
- See Also:
- Serialized Form
Constructor Summary |
protected |
AuditNature(int code,
java.lang.String desc,
java.lang.String localeProp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CREATE
public static AuditNature CREATE
UPDATE
public static AuditNature UPDATE
DELETE
public static AuditNature DELETE
START
public static AuditNature START
STOP
public static AuditNature STOP
ENABLE
public static AuditNature ENABLE
DISABLE
public static AuditNature DISABLE
MOVE
public static AuditNature MOVE
AuditNature
protected AuditNature(int code,
java.lang.String desc,
java.lang.String localeProp)
findByCode
public static AuditNature findByCode(int code)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.