Uses of Class
org.gcube.data.analysis.dataminermanagercl.shared.data.computations.ComputationValueType
-
Packages that use ComputationValueType Package Description org.gcube.data.analysis.dataminermanagercl.shared.data.computations -
-
Uses of ComputationValueType in org.gcube.data.analysis.dataminermanagercl.shared.data.computations
Fields in org.gcube.data.analysis.dataminermanagercl.shared.data.computations declared as ComputationValueType Modifier and Type Field Description protected ComputationValueTypeComputationValue. typeMethods in org.gcube.data.analysis.dataminermanagercl.shared.data.computations that return ComputationValueType Modifier and Type Method Description ComputationValueTypeComputationValue. getType()static ComputationValueTypeComputationValueType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComputationValueType[]ComputationValueType. 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.data.computations with parameters of type ComputationValueType Modifier and Type Method Description voidComputationValue. setType(ComputationValueType type)Constructors in org.gcube.data.analysis.dataminermanagercl.shared.data.computations with parameters of type ComputationValueType Constructor Description ComputationValue(ComputationValueType type)ComputationValue(ComputationValueType type, String value)
-