Class OPCItem


  • public class OPCItem
    extends java.lang.Object
    Represents an OPC item for purposes of Cut/Copy/Paste
    • Constructor Detail

      • OPCItem

        public OPCItem​(java.lang.String name,
                       java.util.List<OPCItem> children)
        Creates a BRANCH type of OPCItem
      • OPCItem

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

      • isComplete

        public boolean isComplete()
      • getType

        public OPCItemType getType()
        Either ITEM or BRANCH
      • getName

        public java.lang.String getName()
      • getChildren

        public java.util.List<OPCItem> getChildren()