org.hyperic.hq.grouping.prop
Class EnumCritterProp
java.lang.Object
org.hyperic.hq.grouping.prop.EnumCritterProp
- All Implemented Interfaces:
- CritterProp
public class EnumCritterProp
- extends java.lang.Object
- implements CritterProp
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EnumCritterProp
public EnumCritterProp(java.lang.String name,
HypericEnum e)
getEnum
public HypericEnum getEnum()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
getType
public CritterPropType getType()
- Description copied from interface:
CritterProp
- The type that created this prop.
- Specified by:
getType
in interface CritterProp
getId
public java.lang.String getId()
- Description copied from interface:
CritterProp
- Get some id that uniquely defines this prop in the context of a
critter prop list.
e.g. resourceName, startDate, etc.
This id allows an XML document to setup new props.
- Specified by:
getId
in interface CritterProp
Copyright © 2004-2006 Hyperic, Inc. support@hyperic.net, All Rights Reserved.