Uses of Class
dk.netarkivet.harvester.webinterface.DomainSearchType

Packages that use DomainSearchType
dk.netarkivet.harvester.webinterface   
 

Uses of DomainSearchType in dk.netarkivet.harvester.webinterface
 

Methods in dk.netarkivet.harvester.webinterface that return DomainSearchType
static DomainSearchType DomainSearchType.parse(java.lang.String type)
          Helper method that tries to convert a string to a DomainSearchType.
static DomainSearchType DomainSearchType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DomainSearchType[] DomainSearchType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.