org.displaytag.test
public class: KnownValue [javadoc |
source]
java.lang.Object
org.displaytag.test.KnownValue
Simple test data provider.
- author:
rapruitt -
- version:
$ - Revision: 351 $ ($Author: fgiust $)
| Field Summary |
|---|
| public static final String | ANT | constant for the "ant" property (this is both the property name and value). |
| public static final String | BEE | constant for the "bee" property (this is both the property name and value). |
| public static final String | CAMEL | constant for the "camel" property (this is both the property name and value). |
| Method from org.displaytag.test.KnownValue Detail: |
public String getAnt() {
return ANT;
}
getter for the "ant" property. |
public String getBee() {
return BEE;
}
getter for the "bee" property. |
public String getCamel() {
return CAMEL;
}
getter for the "camel" property. |