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

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

public class DatabaseBackingType
extends Object

Configures a property to look up values from the database.

Java class for databaseBackingType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="databaseBackingType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="key" use="required" type="{urn:xmlns:rhq-configuration}databaseBackingKeys" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DatabaseBackingKeys key
           
 
Constructor Summary
DatabaseBackingType()
           
 
Method Summary
 DatabaseBackingKeys getKey()
          Gets the value of the key property.
 void setKey(DatabaseBackingKeys value)
          Sets the value of the key property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected DatabaseBackingKeys key
Constructor Detail

DatabaseBackingType

public DatabaseBackingType()
Method Detail

getKey

public DatabaseBackingKeys getKey()
Gets the value of the key property.

Returns:
possible object is DatabaseBackingKeys

setKey

public void setKey(DatabaseBackingKeys value)
Sets the value of the key property.

Parameters:
value - allowed object is DatabaseBackingKeys


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