org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ListPropertyInstanceDescriptor
java.lang.Object
org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
org.rhq.core.clientapi.descriptor.configuration.ListProperty
org.rhq.enterprise.server.xmlschema.generated.configuration.instance.ListPropertyInstanceDescriptor
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>
| Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty |
getDescription, getDisplayName, getLongDescription, getName, isReadOnly, isRequired, isSummary, setDescription, setDisplayName, setLongDescription, setName, setReadOnly, setRequired, setSummary |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
values
protected PropertyValuesDescriptor values
ListPropertyInstanceDescriptor
public ListPropertyInstanceDescriptor()
getValues
public PropertyValuesDescriptor getValues()
- Gets the value of the values property.
- Returns:
- possible object is
PropertyValuesDescriptor
setValues
public void setValues(PropertyValuesDescriptor value)
- Sets the value of the values property.
- Parameters:
value - allowed object is
PropertyValuesDescriptor
Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.