Hyperic HQ Plugin API v. 4.4.0.2

org.hyperic.hq.grouping.prop
Class StringCritterProp

java.lang.Object
  extended by org.hyperic.hq.grouping.prop.StringCritterProp
All Implemented Interfaces:
CritterProp

public class StringCritterProp
extends java.lang.Object
implements CritterProp


Constructor Summary
StringCritterProp(java.lang.String id, java.lang.String value)
           
 
Method Summary
 java.lang.String getId()
          Get some id that uniquely defines this prop in the context of a critter prop list.
 java.lang.String getString()
           
 CritterPropType getType()
          The type that created this prop.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringCritterProp

public StringCritterProp(java.lang.String id,
                         java.lang.String value)
Method Detail

getString

public java.lang.String getString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

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

getType

public CritterPropType getType()
Description copied from interface: CritterProp
The type that created this prop.

Specified by:
getType in interface CritterProp

Hyperic HQ Plugin API v. 4.4.0.2

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