org.rhq.core.domain.configuration
Class PropertyDefinitionDynamic
java.lang.Object
org.rhq.core.domain.configuration.definition.PropertyDefinition
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
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 |
PropertyDefinitionDynamic
public PropertyDefinitionDynamic()
PropertyDefinitionDynamic
public PropertyDefinitionDynamic(String name,
String description,
boolean required,
PropertyDynamicType dynamicType,
String key)
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.