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

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

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

Fields in gov.nih.nci.evs.domain with type parameters of type Role
private  java.util.Vector<Role> DescLogicConcept.inverseRoleCollection
          An associated gov.nih.nci.evs.domain.Role object's collection
private  java.util.Vector<Role> AttributeSetDescriptor.roleCollection
          An associated gov.nih.nci.evs.domain.Role object's collection
private  java.util.Vector<Role> DescLogicConcept.roleCollection
          An associated gov.nih.nci.evs.domain.Role object's collection
 

Methods in gov.nih.nci.evs.domain that return types with arguments of type Role
 java.util.Vector<Role> DescLogicConcept.getInverseRoleCollection()
          Retreives the value of inverseRoleCollection attribue
 java.util.Vector<Role> AttributeSetDescriptor.getRoleCollection()
          Retreives the value of roleCollection attribue
 java.util.Vector<Role> DescLogicConcept.getRoleCollection()
          Retreives the value of roleCollection attribue
 

Method parameters in gov.nih.nci.evs.domain with type arguments of type Role
 void DescLogicConcept.setInverseRoleCollection(java.util.Vector<Role> inverseRoleCollection)
          Sets the value of inverseRoleCollection attribue
 void AttributeSetDescriptor.setRoleCollection(java.util.Vector<Role> roleCollection)
          Sets the value of roleCollection attribue
 void DescLogicConcept.setRoleCollection(java.util.Vector<Role> roleCollection)
          Sets the value of roleCollection attribue
 



This API was generated by the caCORE Software Development Kit.