public class DynamicProperty extends ConfigurationProperty
Java class for dynamicProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="dynamicProperty">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration}configurationProperty">
<sequence>
<choice>
<element name="database-backing" type="{urn:xmlns:rhq-configuration}databaseBackingType"/>
</choice>
</sequence>
<attribute name="activationPolicy" type="{urn:xmlns:rhq-configuration}activationPolicy" default="immediate" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ActivationPolicy |
activationPolicy |
protected DatabaseBackingType |
databaseBacking |
description, displayName, longDescription, name, readOnly, required, summary| Constructor and Description |
|---|
DynamicProperty() |
| Modifier and Type | Method and Description |
|---|---|
ActivationPolicy |
getActivationPolicy()
Gets the value of the activationPolicy property.
|
DatabaseBackingType |
getDatabaseBacking()
Gets the value of the databaseBacking property.
|
void |
setActivationPolicy(ActivationPolicy value)
Sets the value of the activationPolicy property.
|
void |
setDatabaseBacking(DatabaseBackingType value)
Sets the value of the databaseBacking property.
|
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummaryprotected DatabaseBackingType databaseBacking
protected ActivationPolicy activationPolicy
public DatabaseBackingType getDatabaseBacking()
DatabaseBackingTypepublic void setDatabaseBacking(DatabaseBackingType value)
value - allowed object is
DatabaseBackingTypepublic ActivationPolicy getActivationPolicy()
ActivationPolicypublic void setActivationPolicy(ActivationPolicy value)
value - allowed object is
ActivationPolicyCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.