Uses of Enum Class
esa.opensf.osfi.Parameter.ParamType
Packages that use Parameter.ParamType
Package
Description
OSFI is a multilanguage library that provides utilities for building modules compliant
with the Generic E2E Simulator ICD from ESA.
-
Uses of Parameter.ParamType in esa.opensf.osfi
Methods in esa.opensf.osfi that return Parameter.ParamTypeModifier and TypeMethodDescriptionParameter.getElementType()ParamParserComplex.getType()static Parameter.ParamTypeReturns the enum constant of this class with the specified name.static Parameter.ParamType[]Parameter.ParamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in esa.opensf.osfi with parameters of type Parameter.ParamTypeModifierConstructorDescriptionParameter(String name, String description, Parameter.ParamType type, Parameter.ParamComplexType complexType, ArrayNode.Raw rootNode, String units, String min, String max, List<Integer> dims) Constructor for ARRAY parameters.Parameter(String name, String description, Parameter.ParamType type, Parameter.ParamComplexType complexType, String value, String units, String min, String max, List<Integer> dims) Constructor for non-array parameters.