public interface IComparisonResult
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
IList |
fields()
Returns a copy of The list of the modified fields
|
Object |
fields(int index) |
String |
id1()
Returns the first compared element's id
|
String |
id2()
Returns the second compared element's id
|
String |
ownerKey1()
Returns the first compared element's owner id.
|
String |
ownerKey2()
Returns the second compared element's owner id.
|
String |
ownerType()
Returns a copy of the Owner Type of the compared element.
|
String |
type()
Returns a copy of the Type of the compared element
|
String type()
Returns a copy of the Type of the compared element
Getter method for the COM property "Type"
String id1()
Returns the first compared element's id
Getter method for the COM property "Id1"
String id2()
Returns the second compared element's id
Getter method for the COM property "Id2"
IList fields()
Returns a copy of The list of the modified fields
Getter method for the COM property "Fields"
Object fields(int index)
String ownerType()
Returns a copy of the Owner Type of the compared element. For example, if type param is CROS_REF (Attachment), then OwnerType may be REQ, TEST, DES_STEP, etc.
Getter method for the COM property "OwnerType"
String ownerKey1()
Returns the first compared element's owner id. This value exists iff Owner Type exists.
Getter method for the COM property "OwnerKey1"
String ownerKey2()
Returns the second compared element's owner id. This value exists iff Owner Type exists.
Getter method for the COM property "OwnerKey2"
Copyright © 2020. All rights reserved.