Package com.marcpg.libpg.formular
Interface FormularResult.Result
- All Known Implementing Classes:
FormularResult.BooleanResult
,FormularResult.CheckboxesResult
,FormularResult.IntegerResult
,FormularResult.MultipleChoiceResult
,FormularResult.TextResult
- Enclosing class:
- FormularResult
public static interface FormularResult.Result
All results should extend this.
Provides a group for all results and the result() method, to get the value as an Object.
-
Method Summary