|
||||||||||
| 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 java.lang.String |
description
|
protected java.lang.String |
displayName
|
protected java.lang.String |
longDescription
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
readOnly
|
protected java.lang.Boolean |
required
|
protected java.lang.Boolean |
summary
|
| Constructor Summary | |
|---|---|
ConfigurationProperty()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getLongDescription()
Gets the value of the longDescription property. |
java.lang.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(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setLongDescription(java.lang.String value)
Sets the value of the longDescription property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setReadOnly(java.lang.Boolean value)
Sets the value of the readOnly property. |
void |
setRequired(java.lang.Boolean value)
Sets the value of the required property. |
void |
setSummary(java.lang.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 java.lang.String longDescription
protected java.lang.String description
protected java.lang.String displayName
protected java.lang.String name
protected java.lang.Boolean readOnly
protected java.lang.Boolean required
protected java.lang.Boolean summary
| Constructor Detail |
|---|
public ConfigurationProperty()
| Method Detail |
|---|
public java.lang.String getLongDescription()
Stringpublic void setLongDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDescription()
Stringpublic void setDescription(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDisplayName()
Stringpublic void setDisplayName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic boolean isReadOnly()
Booleanpublic void setReadOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isRequired()
Booleanpublic void setRequired(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isSummary()
Booleanpublic void setSummary(java.lang.Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||