Uses of Enum Class
com.trdp.util.TrdpDataType
Packages that use TrdpDataType
-
Uses of TrdpDataType in com.trdp.util
Subclasses with type arguments of type TrdpDataType in com.trdp.utilMethods in com.trdp.util that return TrdpDataTypeModifier and TypeMethodDescriptionstatic TrdpDataTypeLooks up a data type by name, including IEC 61375-2-3 aliases (BITSET8 and ANTIVALENT8 resolve to BOOL8).static TrdpDataTypeTrdpDataType.fromTypeId(int typeId) Looks up a data type by its IEC 61375-2-3 numeric type identifier.TrdpDataset.Field.getType()TrdpDataset.FieldDefinition.getType()static TrdpDataTypeReturns the enum constant of this class with the specified name.static TrdpDataType[]TrdpDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.trdp.util with parameters of type TrdpDataTypeModifierConstructorDescriptionField(String name, TrdpDataType type, Object value) FieldDefinition(String name, TrdpDataType type)