|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@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 |
---|
@NotBlank String aPropertyKey()
@NotBlank String name()
@PropertyMetaDataMethod(value="name") de.smartics.properties.api.core.domain.PropertyDescriptor schlumpfPropertiesDescriptor()
@PropertyMetaDataMethod(value="name") de.smartics.properties.api.core.annotations.PropertyKeyName schlumpf2PropertiesDescriptor()
@PropertyKeyName(value="story-point") @PropertyIntValueRange(value={0,1,2,3,5,8,13,21,50,100}, defaultValue=8) @NotNull Integer storyPoint()
@PropertyKeyName(value="business-priority") @PropertyExpression(value="required") Priority getBusinessPriority()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |