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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as ResolveToListRequestSetResolutionPolicy
private  ResolveToListRequestSetResolutionPolicy ResolveToListRequest.setResolutionPolicy
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs that return ResolveToListRequestSetResolutionPolicy
 ResolveToListRequestSetResolutionPolicy ResolveToListRequest.getSetResolutionPolicy()
          Gets the setResolutionPolicy value for this ResolveToListRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type ResolveToListRequestSetResolutionPolicy
 void ResolveToListRequest.setSetResolutionPolicy(ResolveToListRequestSetResolutionPolicy setResolutionPolicy)
          Sets the setResolutionPolicy value for this ResolveToListRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs with parameters of type ResolveToListRequestSetResolutionPolicy
ResolveToListRequest(ResolveToListRequestSetResolutionPolicy setResolutionPolicy)