example.de.smartics.properties.types
Interface ValueRangeProperties

Package class diagram package ValueRangeProperties

@PropertySet
public interface ValueRangeProperties

A test property set that contains a value range constraint.


Method Summary
 Integer intValueRange()
          A integer value to be picked from a range of values.
 de.smartics.properties.api.core.domain.PropertyDescriptor intValueRangePropertyDescriptor()
           
 de.smartics.properties.api.core.domain.PropertyKey intValueRangePropertyKey()
           
 String stringValueRange()
          A string value to be picked from a range of values.
 de.smartics.properties.api.core.domain.PropertyDescriptor stringValueRangePropertyDescriptor()
           
 de.smartics.properties.api.core.domain.PropertyKey stringValueRangePropertyKey()
           
 

Method Detail

intValueRange

@PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100},
                       defaultValue=8)
@PropertyLifecycle(access=READ_WRITE)
Integer intValueRange()
A integer value to be picked from a range of values.


intValueRangePropertyKey

de.smartics.properties.api.core.domain.PropertyKey intValueRangePropertyKey()

intValueRangePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor intValueRangePropertyDescriptor()

stringValueRange

@PropertyStringValueRange(value={"one","two","three"},
                          defaultValue="three")
@PropertyLifecycle(access=READ_WRITE)
String stringValueRange()
A string value to be picked from a range of values.


stringValueRangePropertyKey

de.smartics.properties.api.core.domain.PropertyKey stringValueRangePropertyKey()

stringValueRangePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor stringValueRangePropertyDescriptor()


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