org.rhq.enterprise.server.xmlschema.generated.configuration.instance
Class ListPropertyInstanceDescriptor

java.lang.Object
  extended by org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
      extended by org.rhq.core.clientapi.descriptor.configuration.ListProperty
          extended by 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>
 


Field Summary
protected  PropertyValuesDescriptor values
           
 
Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ListProperty
configurationProperty, max, min
 
Fields inherited from class org.rhq.core.clientapi.descriptor.configuration.ConfigurationProperty
description, displayName, longDescription, name, readOnly, required, summary
 
Constructor Summary
ListPropertyInstanceDescriptor()
           
 
Method Summary
 PropertyValuesDescriptor getValues()
          Gets the value of the values property.
 void setValues(PropertyValuesDescriptor value)
          Sets the value of the values property.
 
Methods inherited from class org.rhq.core.clientapi.descriptor.configuration.ListProperty
getConfigurationProperty, getMax, getMin, setConfigurationProperty, setMax, setMin
 
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
 

Field Detail

values

protected PropertyValuesDescriptor values
Constructor Detail

ListPropertyInstanceDescriptor

public ListPropertyInstanceDescriptor()
Method Detail

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.