org.rhq.helpers.pluginGen
Class Props.MetricProps

java.lang.Object
  extended by org.rhq.helpers.pluginGen.Props.MetricProps
Enclosing class:
Props

public static class Props.MetricProps
extends Object


Constructor Summary
Props.MetricProps(String property)
           
 
Method Summary
 org.rhq.helpers.pluginAnnotations.agent.DataType getDataType()
           
 String getDescription()
           
 String getDisplayName()
           
 org.rhq.helpers.pluginAnnotations.agent.DisplayType getDisplayType()
           
 String getProperty()
           
 org.rhq.helpers.pluginAnnotations.agent.Units getUnits()
           
 void setDataType(org.rhq.helpers.pluginAnnotations.agent.DataType dataType)
           
 void setDescription(String description)
           
 void setDisplayName(String displayName)
           
 void setDisplayType(org.rhq.helpers.pluginAnnotations.agent.DisplayType displayType)
           
 void setUnits(org.rhq.helpers.pluginAnnotations.agent.Units units)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Props.MetricProps

public Props.MetricProps(String property)
Method Detail

getDataType

public org.rhq.helpers.pluginAnnotations.agent.DataType getDataType()

setDataType

public void setDataType(org.rhq.helpers.pluginAnnotations.agent.DataType dataType)

getDisplayName

public String getDisplayName()

setDisplayName

public void setDisplayName(String displayName)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getDisplayType

public org.rhq.helpers.pluginAnnotations.agent.DisplayType getDisplayType()

setDisplayType

public void setDisplayType(org.rhq.helpers.pluginAnnotations.agent.DisplayType displayType)

getUnits

public org.rhq.helpers.pluginAnnotations.agent.Units getUnits()

setUnits

public void setUnits(org.rhq.helpers.pluginAnnotations.agent.Units units)

getProperty

public String getProperty()


Copyright © 2008-2011 Red Hat, Inc.. All Rights Reserved.