Class CustomTagType
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.CustomTagType
- All Implemented Interfaces:
ExtendedTagType
,Serializable
A simple implementation of ExtendedTagType that lets providers easily specify their own custom types.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Sub-type is a code relevant to the provider to allow it to distinguish between different variations of tags defined inside the broad type categories.getUUID()
-
Constructor Details
-
CustomTagType
public CustomTagType(int subType)
-
-
Method Details
-
getCoreType
- Specified by:
getCoreType
in interfaceExtendedTagType
-
getSubType
Description copied from interface:ExtendedTagType
Sub-type is a code relevant to the provider to allow it to distinguish between different variations of tags defined inside the broad type categories.- Specified by:
getSubType
in interfaceExtendedTagType
-
getUUID
-
equals
-