Mercurial > dive4elements > framework
comparison artifact-database/src/main/java/de/intevation/artifactdatabase/state/State.java @ 386:fd32dc33a24c
Added a method State.getHelpText().
artifacts/trunk@4338 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Thu, 03 May 2012 07:55:23 +0000 |
parents | 81ae7948bff0 |
children |
comparison
equal
deleted
inserted
replaced
385:e08f1475facc | 386:fd32dc33a24c |
---|---|
42 * Return the description of the state. | 42 * Return the description of the state. |
43 * | 43 * |
44 * @return the description of the state. | 44 * @return the description of the state. |
45 */ | 45 */ |
46 public String getDescription(); | 46 public String getDescription(); |
47 | |
48 | |
49 /** | |
50 * Returns the help text configured for the state. | |
51 * | |
52 * @return the help text configured for the state. | |
53 */ | |
54 public String getHelpText(); | |
47 | 55 |
48 | 56 |
49 /** | 57 /** |
50 * Returns the data provided by this state. | 58 * Returns the data provided by this state. |
51 * | 59 * |