|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
org.rhq.core.clientapi.descriptor.configuration.DynamicProperty
public class DynamicProperty
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>
| Field Summary | |
|---|---|
protected ActivationPolicy |
activationPolicy
|
protected DatabaseBackingType |
databaseBacking
|
| Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty |
|---|
description, displayName, longDescription, name, readOnly, required, summary |
| Constructor Summary | |
|---|---|
DynamicProperty()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty |
|---|
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummary |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected DatabaseBackingType databaseBacking
protected ActivationPolicy activationPolicy
| Constructor Detail |
|---|
public DynamicProperty()
| Method Detail |
|---|
public DatabaseBackingType getDatabaseBacking()
DatabaseBackingTypepublic void setDatabaseBacking(DatabaseBackingType value)
value - allowed object is
DatabaseBackingTypepublic ActivationPolicy getActivationPolicy()
ActivationPolicypublic void setActivationPolicy(ActivationPolicy value)
value - allowed object is
ActivationPolicy
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||