Uses of Class
com.discoverygate.webservice.types.ExperimentType

Packages that use ExperimentType
com.discoverygate.webservice.types   
 

Uses of ExperimentType in com.discoverygate.webservice.types
 

Fields in com.discoverygate.webservice.types declared as ExperimentType
static ExperimentType ExperimentType.ACUTE_TOXICITY
           
static ExperimentType ExperimentType.MULTIPLE_DOSE_EFFECTS
           
static ExperimentType ExperimentType.MUTAGENIC
           
static ExperimentType ExperimentType.REPRODUCTIVE_EFFECTOR
           
static ExperimentType ExperimentType.SKIN_AND_EYE_IRRITATION
           
static ExperimentType ExperimentType.TUMOR
           
 

Methods in com.discoverygate.webservice.types that return ExperimentType
static ExperimentType ExperimentType.fromString(java.lang.String value)
           
static ExperimentType ExperimentType.fromValue(java.lang.String value)
           
 ExperimentType ExperimentCriteria.getType()
          Gets the type value for this ExperimentCriteria.
 

Methods in com.discoverygate.webservice.types with parameters of type ExperimentType
 void ExperimentCriteria.setType(ExperimentType type)
          Sets the type value for this ExperimentCriteria.
 

Constructors in com.discoverygate.webservice.types with parameters of type ExperimentType
ExperimentCriteria(ExperimentType type, java.lang.String route, java.lang.String species, java.lang.String endpoint)
           
 



Copyright © 2009 - 2011, Accelrys Software, Inc.