ch.tatool.core.data
Class Result

java.lang.Object
  extended by 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.
 
Field Summary
static String PROPERTY_RESULT
          Property name used to set a result value.
 
Constructor Summary
Result()
           
 
Method Summary
static Result.ResultProperty getResultProperty()
          Gets the resultProperty as a ResultProperty.
static void setResultProperty(Result.ResultProperty resultProperty)
          Sets the resultProperty as a ResultProperty.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROPERTY_RESULT

public static final String PROPERTY_RESULT
Property name used to set a result value.

See Also:
Constant Field Values
Constructor Detail

Result

public Result()
Method Detail

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.