ch.tatool.core.data
Class Result
java.lang.Object
ch.tatool.core.data.Result
public class Result
- extends Object
Helper Class with getter and setter methods for properties concerning trial outcome.
- Author:
- Michael Ruflin
|
Nested Class Summary |
static class |
Result.ResultProperty
Adds support for setting the result as a boolean to a standard StringProperty object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY_RESULT
public static final String PROPERTY_RESULT
- Property name used to set a result value.
- See Also:
- Constant Field Values
Result
public Result()
getResultProperty
public static Result.ResultProperty getResultProperty()
- Gets the resultProperty as a ResultProperty.
- Returns:
- resultProperty
setResultProperty
public static void setResultProperty(Result.ResultProperty resultProperty)
- Sets the resultProperty as a ResultProperty.
- Parameters:
resultProperty - the ResultProperty that will be set
Copyright © 2012. All Rights Reserved.