de.smartics.sandbox.agile
Interface UserStoryProperties

Package class diagram package UserStoryProperties

@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

name

@PropertyLifecycle(access=READ_WRITE,
                   updateInterval=0L)
String name()
The name of a user story.

Returns:
the property value.

namePropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor namePropertyDescriptor()
The descriptor of the name property.

Returns:
descriptor of the name property.

storyPoint

@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()
The story point stating the estimated work to implement the story.

Returns:
the property value.

storyPointPropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor storyPointPropertyDescriptor()
The descriptor of the story point property.

Returns:
descriptor of the story point property.

businessPriority

@PropertyKeyName(value="business-priority")
@PropertyExpression(value="required")
@PropertyLifecycle(access=READ_WRITE,
                   updateInterval=0L)
Priority businessPriority()
The business priority of the user story.

Returns:
the property value.

businessPriorityPropertyDescriptor

de.smartics.properties.api.core.domain.PropertyDescriptor businessPriorityPropertyDescriptor()
The descriptor of the business priority property.

Returns:
descriptor of the business priority property.


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