public class ListPropertyInstanceDescriptor extends ListProperty
Java class for ListProperty complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListProperty">
<complexContent>
<extension base="{urn:xmlns:rhq-configuration}listProperty">
<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 |
configurationProperty, max, mindescription, displayName, longDescription, name, readOnly, required, summary| Constructor and Description |
|---|
ListPropertyInstanceDescriptor() |
| 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.
|
getConfigurationProperty, getMax, getMin, setConfigurationProperty, setMax, setMingetDescription, 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.