Uses of Class
se.citerus.dddsample.domain.model.cargo.TransportStatus

Packages that use TransportStatus
se.citerus.dddsample.domain.model.cargo The cargo aggregate. 
 

Uses of TransportStatus in se.citerus.dddsample.domain.model.cargo
 

Methods in se.citerus.dddsample.domain.model.cargo that return TransportStatus
 TransportStatus Delivery.transportStatus()
           
static TransportStatus TransportStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransportStatus[] TransportStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.citerus.dddsample.domain.model.cargo with parameters of type TransportStatus
 boolean TransportStatus.sameValueAs(TransportStatus other)
           
 



Copyright © 2009. All Rights Reserved.