Uses of Class
gov.nih.nci.caarray.services.arraydesign.ArrayDesignType

Packages that use ArrayDesignType
gov.nih.nci.caarray.services.arraydesign   
 

Uses of ArrayDesignType in gov.nih.nci.caarray.services.arraydesign
 

Methods in gov.nih.nci.caarray.services.arraydesign that return ArrayDesignType
static ArrayDesignType ArrayDesignType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ArrayDesignType[] ArrayDesignType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in gov.nih.nci.caarray.services.arraydesign with parameters of type ArrayDesignType
 PhysicalArrayDesign ArrayDesignManager.createArrayDesign(ArrayDesignType type, java.lang.String arrayDesignName, java.lang.String currentUsername)
          Creates a new array design.