WarningReportMode values Method DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Returns an array containing the constants of this enum type, in the order they're declared.

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

public static WarningReportMode[] values()

Return Value

Type:  WarningReportMode 
an array containing the constants of this enum type, in the order they're declared
Remarks

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
  for(ModifiedWhitespaceOutput c : ModifiedWhitespaceOutput.values())
            System.out.println(c);
See Also