org.rhq.core.clientapi.descriptor.configuration
Class DatabaseBackingType
java.lang.Object
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>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
key
protected DatabaseBackingKeys key
DatabaseBackingType
public DatabaseBackingType()
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.