|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=PARAMETER) @Documented public @interface RangeEnum
Specifies an Enum containing the entire range of values for a parameter to a
Benchmark method.
| Required Element Summary | |
|---|---|
java.lang.Class<? extends java.lang.Enum<?>> |
value
An Enum that contains the range of values that will be
supplied to the test method. |
| Element Detail |
|---|
public abstract java.lang.Class<? extends java.lang.Enum<?>> value
Enum that contains the range of values that will be
supplied to the test method.
MyEnum.class
|
GWT 2.4.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||