org.hyperic.hq.grouping.prop
Class CritterPropType
java.lang.Object
org.hyperic.util.HypericEnum
org.hyperic.hq.grouping.prop.CritterPropType
- All Implemented Interfaces:
- java.io.Serializable, JSON
public final class CritterPropType
- extends HypericEnum
This enumeration defines all of the datatypes that are possible to use
via Critter
s. Any UI must be able to interact with (render, set,
etc.) all values defined.
- See Also:
- Serialized Form
Constructor Summary |
protected |
CritterPropType(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 |
STRING
public static CritterPropType STRING
DATE
public static CritterPropType DATE
ENUM
public static CritterPropType ENUM
RESOURCE
public static CritterPropType RESOURCE
PROTO
public static CritterPropType PROTO
GROUP
public static CritterPropType GROUP
SUBJECT
public static CritterPropType SUBJECT
CritterPropType
protected CritterPropType(int code,
java.lang.String desc,
java.lang.String localeProp)
findByCode
public static CritterPropType findByCode(int code)
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.