Uses of Class
com.dynamixsoftware.intentapi.ResultType

Uses of ResultType in com.dynamixsoftware.intentapi
 

Methods in com.dynamixsoftware.intentapi that return ResultType
 ResultType Result.getType()
           
static ResultType ResultType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResultType[] ResultType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.dynamixsoftware.intentapi with parameters of type ResultType
 void Result.setType(ResultType type)