Uses of Enum Class
com.morpheusdata.model.OptionType.InputType
Packages that use OptionType.InputType
-
Uses of OptionType.InputType in com.morpheusdata.model
Fields in com.morpheusdata.model declared as OptionType.InputTypeMethods in com.morpheusdata.model that return OptionType.InputTypeModifier and TypeMethodDescriptionOptionType.getInputType()Gets the type of Input this option type represents.static OptionType.InputTypeReturns the enum constant of this class with the specified name.static OptionType.InputType[]OptionType.InputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.morpheusdata.model with parameters of type OptionType.InputTypeModifier and TypeMethodDescriptionvoidOptionType.setInputType(OptionType.InputType inputType) Sets the type of Input this option type represents.