Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs.DifferenceRequestCodes

Packages that use DifferenceRequestCodes
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs   
 

Uses of DifferenceRequestCodes in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as DifferenceRequestCodes
private  DifferenceRequestCodes DifferenceRequest.codes
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return DifferenceRequestCodes
 DifferenceRequestCodes DifferenceRequest.getCodes()
          Gets the codes value for this DifferenceRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type DifferenceRequestCodes
 void DifferenceRequest.setCodes(DifferenceRequestCodes codes)
          Sets the codes value for this DifferenceRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type DifferenceRequestCodes
DifferenceRequest(DifferenceRequestCodes codes)