|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
public class ConfigurationProperty
Base class for all configuration properties.
Java class for configurationProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="configurationProperty">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="description" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="4000"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="description">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="1000"/>
</restriction>
</simpleType>
</attribute>
<attribute name="displayName">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="100"/>
</restriction>
</simpleType>
</attribute>
<attribute name="name" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<whiteSpace value="collapse"/>
<minLength value="1"/>
<maxLength value="255"/>
</restriction>
</simpleType>
</attribute>
<attribute name="readOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="required" type="{http://www.w3.org/2001/XMLSchema}boolean" default="true" />
<attribute name="summary" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
description
|
protected String |
displayName
|
protected String |
longDescription
|
protected String |
name
|
protected Boolean |
readOnly
|
protected Boolean |
required
|
protected Boolean |
summary
|
| Constructor Summary | |
|---|---|
ConfigurationProperty()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Gets the value of the description property. |
String |
getDisplayName()
Gets the value of the displayName property. |
String |
getLongDescription()
Gets the value of the longDescription property. |
String |
getName()
Gets the value of the name property. |
boolean |
isReadOnly()
Gets the value of the readOnly property. |
boolean |
isRequired()
Gets the value of the required property. |
boolean |
isSummary()
Gets the value of the summary property. |
void |
setDescription(String value)
Sets the value of the description property. |
void |
setDisplayName(String value)
Sets the value of the displayName property. |
void |
setLongDescription(String value)
Sets the value of the longDescription property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setReadOnly(Boolean value)
Sets the value of the readOnly property. |
void |
setRequired(Boolean value)
Sets the value of the required property. |
void |
setSummary(Boolean value)
Sets the value of the summary property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String longDescription
protected String description
protected String displayName
protected String name
protected Boolean readOnly
protected Boolean required
protected Boolean summary
| Constructor Detail |
|---|
public ConfigurationProperty()
| Method Detail |
|---|
public String getLongDescription()
Stringpublic void setLongDescription(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic String getDisplayName()
Stringpublic void setDisplayName(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isReadOnly()
Booleanpublic void setReadOnly(Boolean value)
value - allowed object is
Booleanpublic boolean isRequired()
Booleanpublic void setRequired(Boolean value)
value - allowed object is
Booleanpublic boolean isSummary()
Booleanpublic void setSummary(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||