Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.parameters.ParameterType
-
Packages that use ParameterType Package Description org.gcube.data.analysis.dataminermanagercl.shared.parameters -
-
Uses of ParameterType in org.gcube.data.analysis.dataminermanagercl.shared.parameters
Fields in org.gcube.data.analysis.dataminermanagercl.shared.parameters declared as ParameterType Modifier and Type Field Description protected ParameterTypeParameter. typologyMethods in org.gcube.data.analysis.dataminermanagercl.shared.parameters that return ParameterType Modifier and Type Method Description ParameterTypeParameter. getTypology()static ParameterTypeParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParameterType[]ParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.data.analysis.dataminermanagercl.shared.parameters with parameters of type ParameterType Modifier and Type Method Description voidParameter. setTypology(ParameterType typology)Constructors in org.gcube.data.analysis.dataminermanagercl.shared.parameters with parameters of type ParameterType Constructor Description Parameter(String name, ParameterType type, String description)
-