Class TagTypeDefinition
- java.lang.Object
-
- com.inductiveautomation.ignition.common.tags.config.types.TagTypeDefinition
-
public class TagTypeDefinition extends java.lang.Object
since 8.0
-
-
Constructor Summary
Constructors Constructor Description TagTypeDefinition(java.lang.String typeId, TagObjectType coreType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagObjectType
getCoreType()
java.lang.String
getTypeId()
-
-
-
Constructor Detail
-
TagTypeDefinition
public TagTypeDefinition(java.lang.String typeId, TagObjectType coreType)
-
-
Method Detail
-
getTypeId
public java.lang.String getTypeId()
-
getCoreType
public TagObjectType getCoreType()
-
-