Class ExtendedTag
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.model.udt.ExtendedTag
- All Implemented Interfaces:
Tag
,Serializable
,Comparable<Tag>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Gets the type of access rights for this tagReturns the list of alarm states for this taggetAttribute
(Property<?> prop) Gets the value of the given tag attribute.Returns the value in qualified form- along with quality and timestamp.Returns the datatype of this tag's value propertygetName()
Returns the name of the tag.Returns this tags permission model, if anygetType()
Returns the type of this tag.boolean
Returns the enabled bit for this tagprotected QualifiedValue
protected QualifiedValue
-
Constructor Details
-
ExtendedTag
-
-
Method Details
-
tv
-
ov
-
getName
Description copied from interface:Tag
Returns the name of the tag. -
getType
Description copied from interface:Tag
Returns the type of this tag. -
getDataType
Description copied from interface:Tag
Returns the datatype of this tag's value property- Specified by:
getDataType
in interfaceTag
-
isEnabled
public boolean isEnabled()Description copied from interface:Tag
Returns the enabled bit for this tag -
getCurrentValue
Description copied from interface:Tag
Returns the value in qualified form- along with quality and timestamp.- Specified by:
getCurrentValue
in interfaceTag
-
getAccessRights
Description copied from interface:Tag
Gets the type of access rights for this tag- Specified by:
getAccessRights
in interfaceTag
-
getPermissionModel
Description copied from interface:Tag
Returns this tags permission model, if any- Specified by:
getPermissionModel
in interfaceTag
-
getAlarmStates
Description copied from interface:Tag
Returns the list of alarm states for this tag- Specified by:
getAlarmStates
in interfaceTag
-
getEventScripts
- Specified by:
getEventScripts
in interfaceTag
-
getAttribute
Description copied from interface:Tag
Gets the value of the given tag attribute.- Specified by:
getAttribute
in interfaceTag
-
compareTo
- Specified by:
compareTo
in interfaceComparable<Tag>
-