public interface IComparisonNode extends IBaseFieldEx
Modifier and Type | Method and Description |
---|---|
int |
changeType()
Gets the change type
|
IList |
children()
Get children
|
Object |
children(int index) |
com4j.Com4jObject |
entity()
The entity
|
int |
entityID()
The entity
|
String |
entityName()
The entity
|
String |
entityType()
The entity
|
boolean |
isGhost()
Identifies the node a ghost
|
boolean |
isLeftValue()
Identifies the node as a part of the left compared entity
|
IComparisonNode |
nextChange()
Get next change from server
|
String |
path()
Gets the change type
|
IComparisonNode |
prevChange()
Get previous change from server
|
attachments, hasAttachment, history
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
boolean isLeftValue()
Identifies the node as a part of the left compared entity
Getter method for the COM property "IsLeftValue"
boolean isGhost()
Identifies the node a ghost
Getter method for the COM property "IsGhost"
int changeType()
Gets the change type
Getter method for the COM property "ChangeType"
String path()
Gets the change type
Getter method for the COM property "Path"
int entityID()
The entity
Getter method for the COM property "EntityID"
String entityName()
The entity
Getter method for the COM property "EntityName"
String entityType()
The entity
Getter method for the COM property "EntityType"
IList children()
Get children
Getter method for the COM property "Children"
Object children(int index)
IComparisonNode nextChange()
Get next change from server
IComparisonNode prevChange()
Get previous change from server
com4j.Com4jObject entity()
The entity
Getter method for the COM property "Entity"
Copyright © 2020. All rights reserved.