Uses of Class
things.thing.ResultExpectation

Packages that use ResultExpectation
things.thing   
 

Uses of ResultExpectation in things.thing
 

Fields in things.thing declared as ResultExpectation
 ResultExpectation ResultDefinition.expectation
          The expectation for the result.
 

Methods in things.thing that return ResultExpectation
static ResultExpectation ResultExpectation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultExpectation[] ResultExpectation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in things.thing with parameters of type ResultExpectation
 void THING.DEFINE_RESULT(java.lang.String name, java.lang.String description, ResultExpectation expectation)
          Define a result.
 



Things.