Uses of Enum Class
com.genologics.ri.stepconfiguration.Style
Packages that use Style
Package
Description
Entities for step configuration in the Clarity system.
-
Uses of Style in com.genologics.ri.stepconfiguration
Fields in com.genologics.ri.stepconfiguration declared as StyleModifier and TypeFieldDescriptionprotected StyleField.styleThe style of the field (user-defined or built-in).Methods in com.genologics.ri.stepconfiguration that return StyleModifier and TypeMethodDescriptionstatic StyleConverts a string value to a Style enum constant.Field.getStyle()Gets the style of the field.static StyleReturns the enum constant of this class with the specified name.static Style[]Style.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.genologics.ri.stepconfiguration with parameters of type Style