|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="agile") public interface UserStoryProperties
The example features an artificial enumeration of properties of a user story.
Just a paragraph to test.
Method Summary | |
---|---|
Priority |
businessPriority() The business priority of the user story. |
de.smartics.properties.api.core.domain.PropertyDescriptor |
businessPriorityPropertyDescriptor() The descriptor of the business priority property. |
String |
name() The name of a user story. |
de.smartics.properties.api.core.domain.PropertyDescriptor |
namePropertyDescriptor() The descriptor of the name property. |
int |
storyPoint() The story point stating the estimated work to implement the story. |
de.smartics.properties.api.core.domain.PropertyDescriptor |
storyPointPropertyDescriptor() The descriptor of the story point property. |
Method Detail |
---|
@PropertyLifecycle(access=READ_WRITE, updateInterval=0L) String name()
de.smartics.properties.api.core.domain.PropertyDescriptor namePropertyDescriptor()
@PropertyKeyName(value="story-points") @PropertyExpression(value="8") @PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100}) @PropertyLifecycle(access=READ_WRITE, updateInterval=0L) int storyPoint()
de.smartics.properties.api.core.domain.PropertyDescriptor storyPointPropertyDescriptor()
@PropertyKeyName(value="business-priority") @PropertyExpression(value="required") @PropertyLifecycle(access=READ_WRITE, updateInterval=0L) Priority businessPriority()
de.smartics.properties.api.core.domain.PropertyDescriptor businessPriorityPropertyDescriptor()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |