Interface IComparisonSettings
-
- All Superinterfaces:
com4j.Com4jObject
public interface IComparisonSettings extends com4j.Com4jObject
For HP use. Represents comparison settings for a single entitylink type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
attachments()
Checks if attachments are considered for this comparison.IList
fields()
Returns a copy of The list of the fields to be considered for the comparison.java.lang.Object
fields(int index)
boolean
richContent()
Checks if rich content is considered for this comparison.java.lang.String
type()
Returns a copy of The Name of the Type of the compared element.
-
-
-
Method Detail
-
type
java.lang.String type()
Returns a copy of The Name of the Type of the compared element.
Getter method for the COM property "Type"
- Returns:
- Returns a value of type java.lang.String
-
fields
IList fields()
Returns a copy of The list of the fields to be considered for the comparison.
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)
-
attachments
boolean attachments()
Checks if attachments are considered for this comparison.
Getter method for the COM property "Attachments"
- Returns:
- Returns a value of type boolean
-
richContent
boolean richContent()
Checks if rich content is considered for this comparison.
Getter method for the COM property "RichContent"
- Returns:
- Returns a value of type boolean
-
-