|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="tutorial.property.constraints") public interface ConstraintsProperties
A sample property set for the PropertyConstraintsTutorial
.
Method Summary | |
---|---|
int |
happiness() A value with a minimum level. |
de.smartics.properties.api.core.domain.PropertyKey |
happinessPropertyKey() |
String |
host() The property must not be blank. |
de.smartics.properties.api.core.domain.PropertyKey |
hostPropertyKey() |
Priority |
priority() A value picked from an enumeration. |
de.smartics.properties.api.core.domain.PropertyKey |
priorityPropertyKey() |
int |
realHappiness() A value with a minimum and maximum level. |
de.smartics.properties.api.core.domain.PropertyKey |
realHappinessPropertyKey() |
URL |
server() The property must not be null . |
de.smartics.properties.api.core.domain.PropertyKey |
serverPropertyKey() |
Integer |
storyPoint() A value to be picked from a range of values. |
de.smartics.properties.api.core.domain.PropertyKey |
storyPointPropertyKey() |
Method Detail |
---|
@NotBlank @PropertyLifecycle(access=READ_WRITE) String host()
de.smartics.properties.api.core.domain.PropertyKey hostPropertyKey()
@NotNull @PropertyLifecycle(access=READ_WRITE) URL server()
null
.
de.smartics.properties.api.core.domain.PropertyKey serverPropertyKey()
@PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100}, defaultValue=8) @NotNull @PropertyLifecycle(access=READ_WRITE) Integer storyPoint()
de.smartics.properties.api.core.domain.PropertyKey storyPointPropertyKey()
@PropertyExpression(value="required") @PropertyLifecycle(access=READ_WRITE) Priority priority()
de.smartics.properties.api.core.domain.PropertyKey priorityPropertyKey()
@PropertyExpression(value="0") @Min(value=0L) @PropertyLifecycle(access=READ_WRITE) int happiness()
de.smartics.properties.api.core.domain.PropertyKey happinessPropertyKey()
@PropertyExpression(value="0") @RealHappiness @PropertyLifecycle(access=READ_WRITE) int realHappiness()
de.smartics.properties.api.core.domain.PropertyKey realHappinessPropertyKey()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |