Class ModelItemCollection

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Activities.Presentation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Activities.Presentation
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Activities.Presentation.Model.ModelItemCollection
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • ModelItemCollection

        public ModelItemCollection​(java.lang.Object instance)
                            throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • ModelItemCollection

        public ModelItemCollection()
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Contains

        public boolean Contains​(ModelItem item)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Contains

        public boolean Contains​(NetObject value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

        public boolean Remove​(ModelItem item)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

        public boolean Remove​(NetObject value)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(ModelItem item)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public ModelItem Add​(NetObject value)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Insert

        public ModelItem Insert​(int index,
                                NetObject value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public void Add​(ModelItem item)
                 throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Clear

        public void Clear()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CopyTo

        public void CopyTo​(ModelItem[] array,
                           int arrayIndex)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Insert

        public void Insert​(int index,
                           ModelItem item)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Move

        public void Move​(int fromIndex,
                         int toIndex)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveAt

        public void RemoveAt​(int index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsReadOnly

        public boolean getIsReadOnly()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCount

        public int getCount()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable