Uses of Class
cn.thinkingdata.analytics.TDConstData.DataType
-
Packages that use TDConstData.DataType Package Description cn.thinkingdata.analytics cn.thinkingdata.analytics.util -
-
Uses of TDConstData.DataType in cn.thinkingdata.analytics
Methods in cn.thinkingdata.analytics that return TDConstData.DataType Modifier and Type Method Description static TDConstData.DataTypeTDConstData.DataType. valueOf(String name)Returns the enum constant of this type with the specified name.static TDConstData.DataType[]TDConstData.DataType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TDConstData.DataType in cn.thinkingdata.analytics.util
Methods in cn.thinkingdata.analytics.util with parameters of type TDConstData.DataType Modifier and Type Method Description static voidTDPropertyUtil. assertProperties(Map<String,Object> properties, TDConstData.DataType type)check properties
-