Interface IComparisonResult
-
- All Superinterfaces:
com4j.Com4jObject
public interface IComparisonResult extends com4j.Com4jObjectFor HP use. Represents a comparison result for a single element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IListfields()Returns a copy of The list of the modified fieldsObjectfields(int index)Stringid1()Returns the first compared element's idStringid2()Returns the second compared element's idStringownerKey1()Returns the first compared element's owner id.StringownerKey2()Returns the second compared element's owner id.StringownerType()Returns a copy of the Owner Type of the compared element.Stringtype()Returns a copy of the Type of the compared element
-
-
-
Method Detail
-
type
String type()
Returns a copy of the Type of the compared element
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
id1
String id1()
Returns the first compared element's id
Getter method for the COM property "Id1"
- Returns:
- Returns a value of type java.lang.String
-
id2
String id2()
Returns the second compared element's id
Getter method for the COM property "Id2"
- Returns:
- Returns a value of type java.lang.String
-
fields
IList fields()
Returns a copy of The list of the modified fields
Getter method for the COM property "Fields"
- Returns:
- Returns a value of type otaclient.IList
-
fields
Object fields(int index)
-
ownerType
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"
- Returns:
- Returns a value of type java.lang.String
-
ownerKey1
String ownerKey1()
Returns the first compared element's owner id. This value exists iff Owner Type exists.
Getter method for the COM property "OwnerKey1"
- Returns:
- Returns a value of type java.lang.String
-
ownerKey2
String ownerKey2()
Returns the second compared element's owner id. This value exists iff Owner Type exists.
Getter method for the COM property "OwnerKey2"
- Returns:
- Returns a value of type java.lang.String
-
-