Class FolderTag
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
com.inductiveautomation.ignition.common.sqltags.tags.FolderTag
- All Implemented Interfaces:
MutableTag
,Tag
,Comparable<Tag>
-
Field Summary
Fields inherited from class com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
accessRights, attributes, enabled, eventScripts, name, permissionModel, type
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Returns the list of alarm states for this tagReturns the value in qualified form- along with quality and timestamp.getType()
Returns the type of this tag.removeChild
(String name) void
setAlarmStates
(AlarmConfiguration config) void
setAlarmStates
(AlarmStateList list) void
setEventScripts
(TagEventScripts scripts) Methods inherited from class com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
coerceValue, compareTo, getAccessRights, getAttribute, getChild, getDataType, getName, getPermissionModel, getRawAttributes, isAlarmingSupported, isEnabled, main, setAccessRights, setAttribute, setCurrentValue, setDataType, setEnabled, setName, setPermissionModel, setRawAttributes, setValue
-
Constructor Details
-
FolderTag
-
FolderTag
Takes the full path of this folder.
-
-
Method Details
-
getCurrentValue
Description copied from interface:Tag
Returns the value in qualified form- along with quality and timestamp.- Specified by:
getCurrentValue
in interfaceTag
- Overrides:
getCurrentValue
in classAbstractTag
-
getType
Description copied from interface:Tag
Returns the type of this tag. -
addChild
- Overrides:
addChild
in classAbstractTag
-
removeChild
- Overrides:
removeChild
in classAbstractTag
-
getChildren
- Overrides:
getChildren
in classAbstractTag
-
getAlarmStates
Description copied from interface:Tag
Returns the list of alarm states for this tag -
getEventScripts
- Specified by:
getEventScripts
in interfaceTag
- Overrides:
getEventScripts
in classAbstractTag
-
setAlarmStates
-
setAlarmStates
-
setEventScripts
- Specified by:
setEventScripts
in interfaceMutableTag
- Overrides:
setEventScripts
in classAbstractTag
-