public class MapPropertyInstanceDescriptor extends MapProperty
Java class for MapProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MapProperty">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration}mapProperty">
<sequence>
<element name="values" type="{urn:xmlns:rhq-configuration-instance}PropertyValues" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PropertyValuesDescriptor |
values |
configurationPropertydescription, displayName, longDescription, name, readOnly, required, summary| Constructor and Description |
|---|
MapPropertyInstanceDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
PropertyValuesDescriptor |
getValues()
Gets the value of the values property.
|
void |
setValues(PropertyValuesDescriptor value)
Sets the value of the values property.
|
getConfigurationPropertygetDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummaryprotected PropertyValuesDescriptor values
public PropertyValuesDescriptor getValues()
PropertyValuesDescriptorpublic void setValues(PropertyValuesDescriptor value)
value - allowed object is
PropertyValuesDescriptorCopyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.