|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 |
---|
@PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100}, defaultValue=8) @PropertyLifecycle(access=READ_WRITE) Integer intValueRange()
de.smartics.properties.api.core.domain.PropertyKey intValueRangePropertyKey()
de.smartics.properties.api.core.domain.PropertyDescriptor intValueRangePropertyDescriptor()
@PropertyStringValueRange(value={"one","two","three"}, defaultValue="three") @PropertyLifecycle(access=READ_WRITE) String stringValueRange()
de.smartics.properties.api.core.domain.PropertyKey stringValueRangePropertyKey()
de.smartics.properties.api.core.domain.PropertyDescriptor stringValueRangePropertyDescriptor()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |