|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor
org.rhq.core.clientapi.descriptor.configuration.ConfigurationTemplateDescriptor
public class ConfigurationTemplateDescriptor
Describes a template of configuration values.
Java class for configurationTemplate complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationTemplate">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration}configuration">
<attribute name="description" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
description
|
protected java.lang.String |
name
|
| Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor |
|---|
configurationProperty, group, notes, template |
| Constructor Summary | |
|---|---|
ConfigurationTemplateDescriptor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
| Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationDescriptor |
|---|
getConfigurationProperty, getGroup, getNotes, getTemplate, setNotes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String description
protected java.lang.String name
| Constructor Detail |
|---|
public ConfigurationTemplateDescriptor()
| Method Detail |
|---|
public java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||