Uses of Class
dk.netarkivet.common.distribute.arcrepository.ReplicaType

Packages that use ReplicaType
dk.netarkivet.archive.bitarchive.distribute   
dk.netarkivet.archive.checksum.distribute   
dk.netarkivet.archive.distribute   
dk.netarkivet.common.distribute.arcrepository   
 

Uses of ReplicaType in dk.netarkivet.archive.bitarchive.distribute
 

Methods in dk.netarkivet.archive.bitarchive.distribute that return ReplicaType
 ReplicaType BitarchiveClient.getType()
          Retrieves the type of replica.
 

Uses of ReplicaType in dk.netarkivet.archive.checksum.distribute
 

Methods in dk.netarkivet.archive.checksum.distribute that return ReplicaType
 ReplicaType ChecksumClient.getType()
          Method for retrieving the type of replica.
 

Uses of ReplicaType in dk.netarkivet.archive.distribute
 

Methods in dk.netarkivet.archive.distribute that return ReplicaType
 ReplicaType ReplicaClient.getType()
          For retrieving the type of archive.
 

Uses of ReplicaType in dk.netarkivet.common.distribute.arcrepository
 

Methods in dk.netarkivet.common.distribute.arcrepository that return ReplicaType
static ReplicaType ReplicaType.fromOrdinal(int rt)
          Helper method that gives a proper object from e.g.
static ReplicaType ReplicaType.fromSetting(java.lang.String s)
          Helper method that gives a proper object from e.g.
 ReplicaType Replica.getType()
          Get the type of this replica.
static ReplicaType ReplicaType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ReplicaType[] ReplicaType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.