Uses of Enum Class
org.yamcs.studio.data.FormatEnum
Packages that use FormatEnum
-
Uses of FormatEnum in org.csstudio.opibuilder.widgets.model
Methods in org.csstudio.opibuilder.widgets.model that return FormatEnum -
Uses of FormatEnum in org.yamcs.studio.data
Methods in org.yamcs.studio.data that return FormatEnumModifier and TypeMethodDescriptionstatic FormatEnum
Returns the enum constant of this class with the specified name.static FormatEnum[]
FormatEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.yamcs.studio.data with parameters of type FormatEnumModifier and TypeMethodDescriptionstatic String
VTypeHelper.formatValue
(FormatEnum formatEnum, VType vValue, int precision) Format a VType value to string.