Uses of Class
ncihistorytypes.ChangeType

Packages that use ChangeType
ncihistory   
ncihistorytypes   
org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes   
 

Uses of ChangeType in ncihistory
 

Methods in ncihistory that return ChangeType
 ChangeType NCIChangeEvent.getEditaction()
          Gets the editaction value for this NCIChangeEvent.
 

Methods in ncihistory with parameters of type ChangeType
 void NCIChangeEvent.setEditaction(ChangeType editaction)
          Sets the editaction value for this NCIChangeEvent.
 

Constructors in ncihistory with parameters of type ChangeType
NCIChangeEvent(java.lang.String conceptName, java.lang.String conceptcode, ChangeType editaction, java.lang.String referencecode, java.lang.String referencename)
           
 

Uses of ChangeType in ncihistorytypes
 

Methods in ncihistorytypes that return ChangeType
 ChangeType ChangeType.getCREATE()
          Gets the CREATE value for this ChangeType.
 ChangeType ChangeType.getMERGE()
          Gets the MERGE value for this ChangeType.
 ChangeType ChangeType.getMODIFY()
          Gets the MODIFY value for this ChangeType.
 ChangeType ChangeType.getRETIRE()
          Gets the RETIRE value for this ChangeType.
 ChangeType ChangeType.getSPLIT()
          Gets the SPLIT value for this ChangeType.
 

Methods in ncihistorytypes with parameters of type ChangeType
 void ChangeType.setCREATE(ChangeType CREATE)
          Sets the CREATE value for this ChangeType.
 void ChangeType.setMERGE(ChangeType MERGE)
          Sets the MERGE value for this ChangeType.
 void ChangeType.setMODIFY(ChangeType MODIFY)
          Sets the MODIFY value for this ChangeType.
 void ChangeType.setRETIRE(ChangeType RETIRE)
          Sets the RETIRE value for this ChangeType.
 void ChangeType.setSPLIT(ChangeType SPLIT)
          Sets the SPLIT value for this ChangeType.
 

Constructors in ncihistorytypes with parameters of type ChangeType
ChangeType(ChangeType CREATE, int CREATE_TYPE, ChangeType MERGE, int MERGE_TYPE, ChangeType MODIFY, int MODIFY_TYPE, ChangeType RETIRE, int RETIRE_TYPE, ChangeType SPLIT, int SPLIT_TYPE, java.lang.Object[] _memberTable, java.lang.String stringValue, int type)
           
 

Uses of ChangeType in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes that return ChangeType
 ChangeType PermissibleCQLObjectResults.getChangeType()
          Gets the changeType value for this PermissibleCQLObjectResults.
 

Methods in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type ChangeType
 void PermissibleCQLObjectResults.setChangeType(ChangeType changeType)
          Sets the changeType value for this PermissibleCQLObjectResults.
 

Constructors in org.LexGrid.LexBIG.cagrid.dataService.cqlresulttypes with parameters of type ChangeType
PermissibleCQLObjectResults(AssociationIdentification associationIdentification, ChangeType changeType, CodeExistence codeExistence, CodeRelationship codeRelationship, CodeState codeState, CodingSchemeIdentification codingSchemeIdentification, CodingSchemeIdentification codingSchemeIdentification2, CodingSchemeVersionStatus codingSchemeVersionStatus, ConceptIdentification conceptIdentification, Direction direction, DirectionalAssociationIdentification directionalAssociationIdentification, ExtensionIdentification extensionIdentification, GraphResolutionPolicy graphResolutionPolicy, HierarchyIdentification hierarchyIdentification, HierarchyResolutionPolicy hierarchyResolutionPolicy, LogLevel logLevel, MatchCriteria matchCriteria, NodeListPolicy nodeListPolicy, ProcessState processState, PropertyIdentification propertyIdentification, RelationContainerIdentification relationContainerIdentification, RelationshipDistanceBasedPolicy relationshipDistanceBasedPolicy, RelationshipPolicy relationshipPolicy, RelationshipTypeBasedPolicy relationshipTypeBasedPolicy, SetResolutionPolicy setResolutionPolicy, SortContext sortContext, Status status)