Uses of Interface
de.smartics.properties.api.core.domain.PropertyValueRange

Packages that use PropertyValueRange
de.smartics.properties.api.core.domain Provides property domain objects and exceptions. 
de.smartics.properties.spi.core.constraints Provides standard constraints. 
de.smartics.properties.spi.core.metadata Provides helpers to read metadata from property descriptor interfaces. 
de.smartics.properties.spi.core.value Provides information about property values. 
 

Uses of PropertyValueRange in de.smartics.properties.api.core.domain
 

Methods in de.smartics.properties.api.core.domain that return PropertyValueRange
 PropertyValueRange<?> PropertyDescriptor.getValueRange()
          Returns the range of values allowed for this property.
 

Uses of PropertyValueRange in de.smartics.properties.spi.core.constraints
 

Methods in de.smartics.properties.spi.core.constraints that return PropertyValueRange
 PropertyValueRange<T> PropertyRangeConstraint.getValueRange()
          Returns the list of valid properties.
 

Constructors in de.smartics.properties.spi.core.constraints with parameters of type PropertyValueRange
PropertyRangeConstraint(PropertyValueRange<T> valueRange)
          Default constructor.
 

Uses of PropertyValueRange in de.smartics.properties.spi.core.metadata
 

Methods in de.smartics.properties.spi.core.metadata that return PropertyValueRange
 PropertyValueRange<?> PropertyMetaData.getValueRange()
           
 

Methods in de.smartics.properties.spi.core.metadata with parameters of type PropertyValueRange
 PropertyMetaData.Builder PropertyMetaData.Builder.with(PropertyValueRange<?> valueRange)
          Sets the range of values allowed for this property.
 

Uses of PropertyValueRange in de.smartics.properties.spi.core.value
 

Classes in de.smartics.properties.spi.core.value that implement PropertyValueRange
 class CollectionPropertyValueRange<T>
          Defines a set of valid enumerable elements for values of a property.
 class EnumeratedPropertyValueRange<T extends Enum<T>>
          A property value range backed up by an enumeration of values.
 



Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.