org.rhq.core.domain.configuration
Class DynamicConfigurationPropertyValue
java.lang.Object
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.
DynamicConfigurationPropertyValue
public DynamicConfigurationPropertyValue(String display,
String value)
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.