All Frameworks Class Hierarchy This Framework Indexes
Usage: you must use this class as is. You should never derive it.
public class CATExpertReportEnum
Enumerated types for report generation.
enum CorrectingFunctionTypeEnum {
VBFunction,
Comment,
Http,
UserFunction
}
Type of the corrective action to be performed on a false check.
enum DescriptionLengthEnum {
Long,
Short
}
Precision of the text report.
enum OutputFormatEnum {
HTML,
TEXT,
PRINT,
EMAIL
}
Output format of the text report.
enum ReportEnum {
Bidon,
None,
Fail,
Pass,
All
}
enum ShowResultsEnum {
ByRule,
ByObject,
ByState
}
Sorting option for the text report.
enum ValidityTypeEnum {
Red,
Green,
Black,
NotSolved,
InteropValidity
}
Status of a check.
enum VisualizationTypeEnum {
Passed,
Failed,
Both
}
Type of checks to be chosen.
Copyright © 2003, Dassault Systèmes. All rights reserved.