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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeSet.stubs declared as ResolveRequestSetResolutionPolicy
private  ResolveRequestSetResolutionPolicy ResolveRequest.setResolutionPolicy
           
 

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

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

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