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

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

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

Fields in gov.nih.nci.evs.domain with type parameters of type Qualifier
private  java.util.Vector<Qualifier> Association.qualifierCollection
          An associated gov.nih.nci.evs.domain.Qualifier object's collection
private  java.util.Vector<Qualifier> Property.qualifierCollection
          An associated gov.nih.nci.evs.domain.Qualifier object's collection
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type Qualifier
 java.util.Vector<Qualifier> Association.getQualifierCollection()
          Retreives the value of qualifierCollection attribue
 java.util.Vector<Qualifier> Property.getQualifierCollection()
          Retreives the value of qualifierCollection attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type Qualifier
 void Association.setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
          Sets the value of qualifierCollection attribue
 void Property.setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
          Sets the value of qualifierCollection attribue
 



This API was generated by the caCORE Software Development Kit.