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 fields.java.lang.Object
fields(int index)
java.lang.String
id1()
Returns the first compared element's ID.java.lang.String
id2()
Returns the second compared element's ID.java.lang.String
ownerKey1()
Returns the first compared element's owner ID.java.lang.String
ownerKey2()
Returns the second compared element's owner ID.java.lang.String
ownerType()
Returns a copy of the Owner Type of the compared element.java.lang.String
type()
Returns a copy of the Type of the compared element.
-
-
-
Method Detail
-
type
java.lang.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
java.lang.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
java.lang.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 step.repository.alm.v16.otaclient.IList
-
fields
java.lang.Object fields(int index)
-
ownerType
java.lang.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
java.lang.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
java.lang.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
-
-