Uses of Enum Class
esa.opensf.osfi.Parameter.ParamComplexType
Packages that use Parameter.ParamComplexType
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.ParamComplexType in esa.opensf.osfi
Methods in esa.opensf.osfi that return Parameter.ParamComplexTypeModifier and TypeMethodDescriptionParamParserComplex.getComplexType()static Parameter.ParamComplexTypeReturns the enum constant of this class with the specified name.static Parameter.ParamComplexType[]Parameter.ParamComplexType.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.ParamComplexTypeModifierConstructorDescriptionParameter(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.