Class SystemTagFolder
java.lang.Object
com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
com.inductiveautomation.factorypmi.application.sqltags.AbstractClientTag
com.inductiveautomation.factorypmi.application.sqltags.ClientTagFolder
com.inductiveautomation.factorypmi.application.sqltags.system.SystemTagFolder
- All Implemented Interfaces:
ClientTag
,Diagnosable
,MutableTag
,Tag
,TagNode
,TagScriptMonitor
,Comparable<Tag>
-
Field Summary
Fields inherited from class com.inductiveautomation.factorypmi.application.sqltags.AbstractClientTag
appContext, deleted, LOGGER, name, pathContext
Fields inherited from class com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
accessRights, attributes, enabled, eventScripts, permissionModel, type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.factorypmi.application.sqltags.ClientTagFolder
addChild, applyDiff, findChild, getChildren, getType, isEnabled, notifyTagDeleted, removeChild, setChildren, setEnabled, startBinding, stopBinding
Methods inherited from class com.inductiveautomation.factorypmi.application.sqltags.AbstractClientTag
checkName, fireScriptEvent, fireTagChange, getAlarmStates, getAttribute, getCurrentValue, getName, getPath, getValueRaw, hasPermission, isAlarmingSupported, onScriptError, onScriptSuccess, sampleDiagnostics, setAccessRights, setAlarmStates, setAlarmStates, setAttribute, setCurrentValue, setEventScripts, setTypeAndValue, setTypeAndValue, setTypeAndValue, transferState, updateRuntimeQuality
Methods inherited from class com.inductiveautomation.ignition.common.sqltags.tags.AbstractTag
coerceValue, compareTo, getAccessRights, getChild, getDataType, getEventScripts, getPermissionModel, getRawAttributes, main, setDataType, setPermissionModel, setRawAttributes, setValue
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.inductiveautomation.ignition.common.sqltags.model.MutableTag
setDataType
Methods inherited from interface com.inductiveautomation.ignition.common.sqltags.model.Tag
getAccessRights, getDataType, getEventScripts, getPermissionModel
-
Constructor Details
-
SystemTagFolder
public SystemTagFolder() -
SystemTagFolder
-
-
Method Details
-
setName
Description copied from interface:MutableTag
Sets the name of this tag- Specified by:
setName
in interfaceMutableTag
- Overrides:
setName
in classAbstractClientTag
-