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

Packages that use ReplicaType
dk.netarkivet.common.distribute.arcrepository   
 

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.