Uses of Class
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs.ResolveAsListRequestGraphResolutionPolicy

Packages that use ResolveAsListRequestGraphResolutionPolicy
org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs   
 

Uses of ResolveAsListRequestGraphResolutionPolicy in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs
 

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as ResolveAsListRequestGraphResolutionPolicy
private  ResolveAsListRequestGraphResolutionPolicy ResolveAsListRequest.graphResolutionPolicy
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return ResolveAsListRequestGraphResolutionPolicy
 ResolveAsListRequestGraphResolutionPolicy ResolveAsListRequest.getGraphResolutionPolicy()
          Gets the graphResolutionPolicy value for this ResolveAsListRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type ResolveAsListRequestGraphResolutionPolicy
 void ResolveAsListRequest.setGraphResolutionPolicy(ResolveAsListRequestGraphResolutionPolicy graphResolutionPolicy)
          Sets the graphResolutionPolicy value for this ResolveAsListRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type ResolveAsListRequestGraphResolutionPolicy
ResolveAsListRequest(ResolveAsListRequestGraphResolutionPolicy graphResolutionPolicy)