Uses of Enum Class
esa.opensf.osfi.ParamReader.WarningType
Packages that use ParamReader.WarningType
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
-
Uses of ParamReader.WarningType in esa.opensf.osfi
Methods in esa.opensf.osfi that return ParamReader.WarningTypeModifier and TypeMethodDescriptionstatic ParamReader.WarningTypeReturns the enum constant of this class with the specified name.static ParamReader.WarningType[]ParamReader.WarningType.values()Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in esa.opensf.osfi with type arguments of type ParamReader.WarningTypeModifier and TypeMethodDescriptionstatic LoadResult<ParamReader>ParamReader.load(LoadResult<Document> xml, boolean stopOnSingleParamError, Map<String, Parameter> map, Set<ParamReader.WarningType> suppWarns) Parse the contents of an XML document into OSFI parameters.