Uses of Enum Class
ch.cern.eam.wshub.core.annotations.BooleanType
Packages that use BooleanType
-
Uses of BooleanType in ch.cern.eam.wshub.core.annotations
Methods in ch.cern.eam.wshub.core.annotations that return BooleanTypeModifier and TypeMethodDescriptionstatic BooleanTypeReturns the enum constant of this class with the specified name.static BooleanType[]BooleanType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BooleanType in ch.cern.eam.wshub.core.tools
Methods in ch.cern.eam.wshub.core.tools with parameters of type BooleanTypeModifier and TypeMethodDescriptionstatic StringDataTypeTools.encodeBoolean(Boolean value, BooleanType returnType) Encodes the boolean according to the type received