org.rhq.core.domain.configuration.definition
Class PropertyDefinitionList

java.lang.Object
  extended by org.rhq.core.domain.configuration.definition.PropertyDefinition
      extended by org.rhq.core.domain.configuration.definition.PropertyDefinitionList
All Implemented Interfaces:
Serializable

public class PropertyDefinitionList
extends PropertyDefinition

The definition of a list of properties where each member of the list has the same definition. The definition of the entries may be null in the case of arbitrary lists.

See Also:
Serialized Form

Constructor Summary
PropertyDefinitionList()
           
PropertyDefinitionList(String name, String description, boolean required, PropertyDefinition memberDefinition)
           
 
Method Summary
 int getMax()
           
 PropertyDefinition getMemberDefinition()
           
 int getMin()
           
 void setMax(int max)
           
 void setMemberDefinition(PropertyDefinition memberDefinition)
           
 void setMin(int min)
           
 
Methods inherited from class org.rhq.core.domain.configuration.definition.PropertyDefinition
getActivationPolicy, getConfigurationDefinition, getDescription, getDisplayName, getId, getName, getOrder, getParentPropertyListDefinition, getParentPropertyMapDefinition, getPropertyGroupDefinition, getVersion, isReadOnly, isRequired, isSummary, setActivationPolicy, setConfigurationDefinition, setDescription, setDisplayName, setId, setName, setOrder, setParentPropertyListDefinition, setParentPropertyMapDefinition, setPropertyGroupDefinition, setReadOnly, setRequired, setSummary, setVersion, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyDefinitionList

public PropertyDefinitionList(@NotNull
                              String name,
                              String description,
                              boolean required,
                              PropertyDefinition memberDefinition)

PropertyDefinitionList

public PropertyDefinitionList()
Method Detail

getMemberDefinition

public PropertyDefinition getMemberDefinition()

setMemberDefinition

public void setMemberDefinition(PropertyDefinition memberDefinition)

getMax

public int getMax()

setMax

public void setMax(int max)

getMin

public int getMin()

setMin

public void setMin(int min)


Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.