org.rhq.core.clientapi.descriptor.configuration
Class DynamicProperty

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
      extended by org.rhq.core.clientapi.descriptor.configuration.DynamicProperty

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>
 


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

databaseBacking

protected DatabaseBackingType databaseBacking

activationPolicy

protected ActivationPolicy activationPolicy
Constructor Detail

DynamicProperty

public DynamicProperty()
Method Detail

getDatabaseBacking

public DatabaseBackingType getDatabaseBacking()
Gets the value of the databaseBacking property.

Returns:
possible object is DatabaseBackingType

setDatabaseBacking

public void setDatabaseBacking(DatabaseBackingType value)
Sets the value of the databaseBacking property.

Parameters:
value - allowed object is DatabaseBackingType

getActivationPolicy

public ActivationPolicy getActivationPolicy()
Gets the value of the activationPolicy property.

Returns:
possible object is ActivationPolicy

setActivationPolicy

public void setActivationPolicy(ActivationPolicy value)
Sets the value of the activationPolicy property.

Parameters:
value - allowed object is ActivationPolicy


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