Class ExtendedInheritanceAttribute

java.lang.Object
com.inductiveautomation.ignition.common.tags.browsing.NodeAttribute
com.inductiveautomation.ignition.common.tags.attribute.ExtendedInheritanceAttribute
All Implemented Interfaces:
Serializable

public class ExtendedInheritanceAttribute extends NodeAttribute
In this case, "extended inheritance" means there are 2 or more levels of parent-child, i.e. a grandparent-parent-child relationship. The idea is that we want to indicate that a tag has a whole hierarchy above it. A simple parent-child relationship is displayed in the datatype field in the tag browser and does not need any additional inheritance indicators.
See Also:
  • Field Details

  • Constructor Details

    • ExtendedInheritanceAttribute

      public ExtendedInheritanceAttribute(String parents)
  • Method Details