Class TagMeta
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.types.TagMeta
- All Implemented Interfaces:
Serializable
Provides information about a type of SQLTag. Tags are created by defining an ExtendedTagType, and this this class
provides information about it, such as editing capabilities, what icon to display for it, etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTagMeta()
TagMeta
(ExtendedTagType type, Flags flags) TagMeta
(ExtendedTagType type, Flags flags, Set<TagProp> bindableProps) -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setBindableProps
(Set<TagProp> bindableProps) void
setEditingFlags
(Flags editingFlags) void
setType
(ExtendedTagType type)
-
Constructor Details
-
TagMeta
public TagMeta() -
TagMeta
-
TagMeta
-
-
Method Details
-
getType
-
setType
-
getBindableProps
-
setBindableProps
-
getEditingFlags
-
setEditingFlags
-