Uses of Class
gov.nih.nci.caarray.services.contact.OrganizationDescriptor

Packages that use OrganizationDescriptor
gov.nih.nci.caarray.services.arraydesign   
gov.nih.nci.caarray.services.contact   
 

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

Methods in gov.nih.nci.caarray.services.arraydesign that return OrganizationDescriptor
 OrganizationDescriptor ArrayDesignType.getProviderDescriptor()
           
 

Methods in gov.nih.nci.caarray.services.arraydesign with parameters of type OrganizationDescriptor
 Organization DbArrayDesignDataSource.getOrganization(OrganizationDescriptor descriptor)
           
 Organization ArrayDesignDataSource.getOrganization(OrganizationDescriptor descriptor)
          Returns the Organization corresponding to the descriptor given, creating if necessary.
 

Uses of OrganizationDescriptor in gov.nih.nci.caarray.services.contact
 

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