Uses of Class
gov.nih.nci.evs.domain.Definition

Packages that use Definition
gov.nih.nci.evs.domain   
 

Uses of Definition in gov.nih.nci.evs.domain
 

Fields in gov.nih.nci.evs.domain with type parameters of type Definition
private  java.util.ArrayList<Definition> MetaThesaurusConcept.definitionCollection
          An associated gov.nih.nci.evs.domain.Definition object's collection
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type Definition
 java.util.ArrayList<Definition> MetaThesaurusConcept.getDefinitionCollection()
          Retreives the value of definitionCollection attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type Definition
 void MetaThesaurusConcept.setDefinitionCollection(java.util.ArrayList<Definition> definitionCollection)
          Sets the value of definitionCollection attribue
 



This API was generated by the caCORE Software Development Kit.