example.de.smartics.properties.userstory
Interface UserStoryProperties

Package class diagram package UserStoryProperties

@PropertySet
public interface UserStoryProperties

Shows some examples on how to declare properties.


Method Summary
 Priority getBusinessPriority()
          The business priority of the user story.
 String name()
          The name of a user story.
 Integer storyPoint()
          The story point stating the estimated work to implement the story.
 

Method Detail

name

@NotBlank
String name()
The name of a user story.

Returns:
the name of a user story.

storyPoint

@PropertyKeyName(value="story-point")
@PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100},
                       defaultValue=8)
@NotNull
Integer storyPoint()
The story point stating the estimated work to implement the story.

Returns:
the story point stating the estimated work to implement the story.

getBusinessPriority

@PropertyKeyName(value="business-priority")
@PropertyExpression(value="required")
Priority getBusinessPriority()
The business priority of the user story.



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