Class ModelItemDictionary

    • 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.ModelItemDictionary
        See Also:
        Constant Field Values
      • classType

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

      • ModelItemDictionary

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

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

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class ModelItem
      • ContainsKey

        public boolean ContainsKey​(ModelItem key)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • ContainsKey

        public boolean ContainsKey​(NetObject key)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

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

        public boolean Remove​(NetObject key)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TryGetValue

        public boolean TryGetValue​(ModelItem key,
                                   JCORefOut<ModelItem> value)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • TryGetValue

        public boolean TryGetValue​(NetObject key,
                                   JCORefOut<ModelItem> value)
                            throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

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

        public void Clear()
                   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