OSFI-Java  3.9.3
OpenSF Integration Library
esa.opensf.osfi.ParamReader.WarningType Enum Reference

Public Attributes

 NO_PARAMETERS_UNDER_GROUP
 
 PARAM_VALUE_IN_ATTRIBUTE
 

Detailed Description

Enum to represent different categories of warnings. These warning types are classified to facilitate selective suppression of warnings.

See also
#load(LoadResult, boolean, Map, Set) Load method that takes a set of of
WarningType
values, allowing selective suppression.

Member Data Documentation

◆ NO_PARAMETERS_UNDER_GROUP

esa.opensf.osfi.ParamReader.WarningType.NO_PARAMETERS_UNDER_GROUP

Triggered when a group (element) contains no parameters.

◆ PARAM_VALUE_IN_ATTRIBUTE

esa.opensf.osfi.ParamReader.WarningType.PARAM_VALUE_IN_ATTRIBUTE

Triggered when a parameter has a

"value"

attribute (deprecated).


The documentation for this enum was generated from the following file: