java.lang.Object
com.inductiveautomation.ignition.designer.sqltags.opcbrowser.OPCItem

public class OPCItem extends Object
Represents an OPC item for purposes of Cut/Copy/Paste
  • Constructor Details

    • OPCItem

      public OPCItem(String name, List<OPCItem> children)
      Creates a BRANCH type of OPCItem
    • OPCItem

      public OPCItem(BrowseElement browseElement)
      Creates an ITEM type of OPCItem
  • Method Details

    • getBrowseElement

      public BrowseElement getBrowseElement()
    • isComplete

      public boolean isComplete()
    • getType

      public OPCItemType getType()
      Either ITEM or BRANCH
    • getName

      public String getName()
    • getChildren

      public List<OPCItem> getChildren()
    • createTag

      public TagDefinition createTag()