Uses of Enum Class
com.smeup.kokos.sdk.model.data.SmeupVariable.SmeupVariableType
Packages that use SmeupVariable.SmeupVariableType
-
Uses of SmeupVariable.SmeupVariableType in com.smeup.kokos.sdk.model.data
Methods in com.smeup.kokos.sdk.model.data that return SmeupVariable.SmeupVariableTypeModifier and TypeMethodDescriptionSmeupVariable.SmeupVariableType.fromString(String type) SmeupVariable.getType()Returns the enum constant of this class with the specified name.static SmeupVariable.SmeupVariableType[]SmeupVariable.SmeupVariableType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.smeup.kokos.sdk.model.data with parameters of type SmeupVariable.SmeupVariableTypeModifier and TypeMethodDescriptionvoidSmeupVariable.setType(SmeupVariable.SmeupVariableType type) -
Uses of SmeupVariable.SmeupVariableType in com.smeup.kokos.sdk.util
Methods in com.smeup.kokos.sdk.util with parameters of type SmeupVariable.SmeupVariableTypeModifier and TypeMethodDescriptionSmeupVariableBuilder.type(SmeupVariable.SmeupVariableType type)