test.de.smartics.properties.spi.config.proxy.examples
Interface UserStoryProperties

Package class diagram package UserStoryProperties

@PropertySet(value="test.proxy.user")
public interface UserStoryProperties


Method Summary
 String aPropertyKey()
          The name of a user story.
 Priority getBusinessPriority()
          The business priority of the user story.
 String name()
          The name of a user story.
 de.smartics.properties.api.core.annotations.PropertyKeyName schlumpf2PropertiesDescriptor()
           
 de.smartics.properties.api.core.domain.PropertyDescriptor schlumpfPropertiesDescriptor()
           
 Integer storyPoint()
          The story point stating the estimated work to implement the story.
 

Method Detail

aPropertyKey

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

Returns:
the name of a user story.

name

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

Returns:
the name of a user story.

schlumpfPropertiesDescriptor

@PropertyMetaDataMethod(value="name")
de.smartics.properties.api.core.domain.PropertyDescriptor schlumpfPropertiesDescriptor()

schlumpf2PropertiesDescriptor

@PropertyMetaDataMethod(value="name")
de.smartics.properties.api.core.annotations.PropertyKeyName schlumpf2PropertiesDescriptor()

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.