Uses of Class
dk.netarkivet.archive.webinterface.BitpreservationUpdateType

Packages that use BitpreservationUpdateType
dk.netarkivet.archive.webinterface   
 

Uses of BitpreservationUpdateType in dk.netarkivet.archive.webinterface
 

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

Constructors in dk.netarkivet.archive.webinterface with parameters of type BitpreservationUpdateType
BitpreservationUpdateThread(Replica replica, BitpreservationUpdateType updateType)
          Constructor for the BitpreservationUpdateThread.