Class TagConfigurationBuilder
java.lang.Object
com.inductiveautomation.ignition.common.tags.config.TagConfigurationBuilder
- Direct Known Subclasses:
TagConfigurationBuilder.MemberTagConfigurationBuilder
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
This form of the builder is for child member builders, and only adds the "close()" function that will finish that builder and return the parent. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionalarm
(AlarmDefinition alarm) build()
Full path is a forward-slash ("/") separated string that is the folder path + tag name.Returns a builder for the given member path.member
(String fullPath, TagConfiguration memberConfig) static TagConfigurationBuilder
The path is just the folder path, not including the tag name.properties
(PropertySet props)
-
Constructor Details
-
TagConfigurationBuilder
public TagConfigurationBuilder()
-
-
Method Details
-
newBuilder
-
name
-
path
The path is just the folder path, not including the tag name. -
fullPath
Full path is a forward-slash ("/") separated string that is the folder path + tag name. This is equivilent to calling path() and name(). -
tagType
-
tagType
-
dataType
-
property
-
properties
-
parameter
-
member
Returns a builder for the given member path. -
_member
-
member
-
alarm
-
build
-