Interface IComparisonResult
-
- All Superinterfaces:
com4j.Com4jObject
public interface IComparisonResult extends com4j.Com4jObject
For HP use. Represents a comparison result for a single element
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IList
fields()
Returns a copy of The list of the modified fieldsObject
fields(int index)
String
id1()
Returns the first compared element's idString
id2()
Returns the second compared element's idString
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
-
-
-
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
-
-