org.rhq.core.domain.configuration
Class DynamicConfigurationPropertyValue

java.lang.Object
  extended by org.rhq.core.domain.configuration.DynamicConfigurationPropertyValue

public class DynamicConfigurationPropertyValue
extends Object

Represents a single value that should be displayed to a user as an enumerated possibility for a dynamic configuration property. This object pairs a display name (shown to the user in the UI) with the programmatic value that is used if this value is selected.


Constructor Summary
DynamicConfigurationPropertyValue(String display, String value)
           
 
Method Summary
 String getDisplay()
           
 String getValue()
           
 void setDisplay(String display)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicConfigurationPropertyValue

public DynamicConfigurationPropertyValue(String display,
                                         String value)
Method Detail

getDisplay

public String getDisplay()

setDisplay

public void setDisplay(String display)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
Overrides:
toString in class Object


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