de.smartics.properties.tutorial.property.key
Class PropertyKeyNamingTutorial

Package class diagram package PropertyKeyNamingTutorial
java.lang.Object
  extended by de.smartics.properties.tutorial.property.key.PropertyKeyNamingTutorial

@Document(title="Naming Property Keys",
          sortKey="basics0073")
@DocCategory(value="basics")
public class PropertyKeyNamingTutorial
     
     
extends Object

This tutorial shows how to set the name of a property by overriding the default name derived from the method name. This technique is useful if the syntax of your properties cannot be reflected in Java method names.


Constructor Summary
PropertyKeyNamingTutorial()
           
 
Method Summary
 void declarationOfAProperty()
           Instead of the default name storyPoint, the name is story-point.
 void setUp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyKeyNamingTutorial

public PropertyKeyNamingTutorial()
Method Detail

setUp

public void setUp()

declarationOfAProperty

@DocChapter
public void declarationOfAProperty()

Instead of the default name storyPoint, the name is story-point.



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