public class BundleConfigPropertyReference extends BundleConfigReference
Java class for BundleConfigPropertyReference complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="BundleConfigPropertyReference">
<complexContent>
<extension base="{urn:xmlns:rhq-plugin}BundleConfigReference">
<attribute name="context">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="pluginConfiguration"/>
<enumeration value="resourceConfiguration"/>
</restriction>
</simpleType>
</attribute>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
context |
name, targetName| Constructor and Description |
|---|
BundleConfigPropertyReference() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContext()
Gets the value of the context property.
|
void |
setContext(String value)
Sets the value of the context property.
|
getName, getTargetName, setName, setTargetNameprotected String context
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.