Interface IComparisonNode
- 
- All Superinterfaces:
- com4j.Com4jObject,- IBaseField,- IBaseFieldEx,- IObjectLockingSupport
 
 public interface IComparisonNode extends IBaseFieldEx For HP use. Represents a comparison node which is immutable
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intchangeType()Gets the change typeIListchildren()Get childrenjava.lang.Objectchildren(int index)com4j.Com4jObjectentity()The entityintentityID()The entityjava.lang.StringentityName()The entityjava.lang.StringentityType()The entitybooleanisGhost()Identifies the node a ghostbooleanisLeftValue()Identifies the node as a part of the left compared entityIComparisonNodenextChange()Get next change from serverjava.lang.Stringpath()Gets the change typeIComparisonNodeprevChange()Get previous change from server- 
Methods inherited from interface com4j.Com4jObjectadvise, dispose, equals, getComThread, getIUnknownPointer, getPointer, getPtr, hashCode, is, queryInterface, setName, toString
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldautoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
 - 
Methods inherited from interface step.repository.alm.otaclient.IBaseFieldExattachments, hasAttachment, history
 - 
Methods inherited from interface step.repository.alm.otaclient.IObjectLockingSupportisLocked, lockObject, unLockObject
 
- 
 
- 
- 
- 
Method Detail- 
isLeftValueboolean isLeftValue() Identifies the node as a part of the left compared entity Getter method for the COM property "IsLeftValue" - Returns:
- Returns a value of type boolean
 
 - 
isGhostboolean isGhost() Identifies the node a ghost Getter method for the COM property "IsGhost" - Returns:
- Returns a value of type boolean
 
 - 
changeTypeint changeType() Gets the change type Getter method for the COM property "ChangeType" - Returns:
- Returns a value of type int
 
 - 
pathjava.lang.String path() Gets the change type Getter method for the COM property "Path" - Returns:
- Returns a value of type java.lang.String
 
 - 
entityIDint entityID() The entity Getter method for the COM property "EntityID" - Returns:
- Returns a value of type int
 
 - 
entityNamejava.lang.String entityName() The entity Getter method for the COM property "EntityName" - Returns:
- Returns a value of type java.lang.String
 
 - 
entityTypejava.lang.String entityType() The entity Getter method for the COM property "EntityType" - Returns:
- Returns a value of type java.lang.String
 
 - 
childrenIList children() Get children Getter method for the COM property "Children" - Returns:
- Returns a value of type otaclient.IList
 
 - 
childrenjava.lang.Object children(int index) 
 - 
nextChangeIComparisonNode nextChange() Get next change from server - Returns:
- Returns a value of type otaclient.IComparisonNode
 
 - 
prevChangeIComparisonNode prevChange() Get previous change from server - Returns:
- Returns a value of type otaclient.IComparisonNode
 
 - 
entitycom4j.Com4jObject entity() The entity Getter method for the COM property "Entity" - Returns:
- Returns a value of type com4j.Com4jObject
 
 
- 
 
-