org.rhq.core.domain.configuration.definition
Class PropertyDefinitionList
java.lang.Object
org.rhq.core.domain.configuration.definition.PropertyDefinition
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
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 |
PropertyDefinitionList
public PropertyDefinitionList(@NotNull
String name,
String description,
boolean required,
PropertyDefinition memberDefinition)
PropertyDefinitionList
public PropertyDefinitionList()
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-2011 Red Hat, Inc.. All Rights Reserved.