Uses of Class
com.wavefront.agent.formatter.DataFormat
-
Packages that use DataFormat Package Description com.wavefront.agent.formatter -
-
Uses of DataFormat in com.wavefront.agent.formatter
Methods in com.wavefront.agent.formatter that return DataFormat Modifier and Type Method Description static DataFormat
DataFormat. autodetect(String input)
static DataFormat
DataFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataFormat[]
DataFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-