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

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

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

Fields in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs declared as IsCodeInGraphRequestCode
private  IsCodeInGraphRequestCode IsCodeInGraphRequest.code
           
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs that return IsCodeInGraphRequestCode
 IsCodeInGraphRequestCode IsCodeInGraphRequest.getCode()
          Gets the code value for this IsCodeInGraphRequest.
 

Methods in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type IsCodeInGraphRequestCode
 void IsCodeInGraphRequest.setCode(IsCodeInGraphRequestCode code)
          Sets the code value for this IsCodeInGraphRequest.
 

Constructors in org.LexGrid.LexBIG.cagrid.LexEVSGridService.CodedNodeGraph.stubs with parameters of type IsCodeInGraphRequestCode
IsCodeInGraphRequest(IsCodeInGraphRequestCode code)