Uses of Class
dip.order.result.OrderResult.ResultType

Packages that use OrderResult.ResultType
dip.order.result   
dip.process   
 

Uses of OrderResult.ResultType in dip.order.result
 

Fields in dip.order.result declared as OrderResult.ResultType
protected  OrderResult.ResultType OrderResult.resultType
          The ResultType
static OrderResult.ResultType OrderResult.ResultType.VALIDATION_FAILURE
          ResultType indicating that order validation failed
static OrderResult.ResultType OrderResult.ResultType.SUCCESS
          ResultType indicating the order was successful
static OrderResult.ResultType OrderResult.ResultType.FAILURE
          ResultType indicating the order has failed
static OrderResult.ResultType OrderResult.ResultType.DISLODGED
          ResultType indicating the order's source unit has been dislodged
static OrderResult.ResultType OrderResult.ResultType.CONVOY_PATH_TAKEN
          ResultType indicating what convoy path a convoyed unit used
static OrderResult.ResultType OrderResult.ResultType.TEXT
          ResultType for a general (not otherwise specified) message
static OrderResult.ResultType OrderResult.ResultType.SUBSTITUTED
          ResultType indicating that the order was substituted with another order
 

Methods in dip.order.result that return OrderResult.ResultType
 OrderResult.ResultType OrderResult.getResultType()
          Get the ResultType.
 

Constructors in dip.order.result with parameters of type OrderResult.ResultType
OrderResult(Orderable order, OrderResult.ResultType type, java.lang.String message)
          Create an OrderResult with the given Order, ResultType, and Message.
 

Uses of OrderResult.ResultType in dip.process
 

Methods in dip.process with parameters of type OrderResult.ResultType
 void StdAdjudicator.addResult(OrderState os, OrderResult.ResultType type, java.lang.String message)
          Add a Result to the result list
 void Adjudicator.addResult(OrderState os, OrderResult.ResultType type, java.lang.String message)
          Add a Result to the result list
 



Copyright 2002-2004 Zachary DelProposto / jDip Development Team. All Rights Reserved.