org.rhq.core.domain.configuration
Class PropertyDefinitionDynamic

java.lang.Object
  extended by org.rhq.core.domain.configuration.definition.PropertyDefinition
      extended by org.rhq.core.domain.configuration.PropertyDefinitionDynamic
All Implemented Interfaces:
Serializable

public class PropertyDefinitionDynamic
extends PropertyDefinition

Describes a property whose values are retrieved from a dynamic source. Currently, the only source supported is database. Changes will likely need to be made when plugin based value sources are introduced.

See Also:
Serialized Form

Constructor Summary
PropertyDefinitionDynamic()
           
PropertyDefinitionDynamic(String name, String description, boolean required, PropertyDynamicType dynamicType, String key)
           
 
Method Summary
 PropertyDynamicType getDynamicType()
           
 String getKey()
           
 void setDynamicType(PropertyDynamicType dynamicType)
           
 void setKey(String key)
           
 
Methods inherited from class org.rhq.core.domain.configuration.definition.PropertyDefinition
getActivationPolicy, getConfigurationDefinition, getDescription, getDisplayName, getId, getName, getOrder, getParentPropertyListDefinition, getParentPropertyMapDefinition, getPropertyGroupDefinition, getVersion, isReadOnly, isRequired, isSummary, setActivationPolicy, setConfigurationDefinition, setDescription, setDisplayName, setId, setName, setOrder, setParentPropertyListDefinition, setParentPropertyMapDefinition, setPropertyGroupDefinition, setReadOnly, setRequired, setSummary, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinitionDynamic

public PropertyDefinitionDynamic()

PropertyDefinitionDynamic

public PropertyDefinitionDynamic(String name,
                                 String description,
                                 boolean required,
                                 PropertyDynamicType dynamicType,
                                 String key)
Method Detail

getDynamicType

public PropertyDynamicType getDynamicType()

setDynamicType

public void setDynamicType(PropertyDynamicType dynamicType)

getKey

public String getKey()

setKey

public void setKey(String key)


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