Packages

 

com.aspose.cad.fileformats.cad

Class CadAppIdDictionary

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Collections.Generic.Dictionary

        com.aspose.ms.System.Collections.Generic.Dictionary.Enumerator<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.KeyCollection<TKey,TValue>, com.aspose.ms.System.Collections.Generic.Dictionary.LinkSlots, com.aspose.ms.System.Collections.Generic.Dictionary.ValueCollection<TKey,TValue>
    • Constructor Summary

      Constructors 
      Constructor and Description
      CadAppIdDictionary()
      Initializes a new instance of the CadAppIdDictionary class.
    • Constructor Detail

      • CadAppIdDictionary

        public CadAppIdDictionary()

        Initializes a new instance of the CadAppIdDictionary class.

    • Method Detail

      • getCadSymbolTableGroupCodes

        public CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()

        Gets or sets the cad symbol table group codes.

        Returns:
        The cad symbol table group codes.
      • setCadSymbolTableGroupCodes

        public void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)

        Gets or sets the cad symbol table group codes.

        Parameters:
        value - The cad symbol table group codes.
      • add

        public void add(String key,
                        CadAppIdTableObject value)

        Adds a CadAppIdTableObject to the dictionary.

        Parameters:
        key - The CadAppIdTableObject key.
        value - The CadAppIdTableObject to add.
      • remove

        public boolean remove(String key)

        Removes the CadAppIdTableObject with the specified key.

        Parameters:
        key - The CadAppIdTableObject key to remove.
        Returns:
        True if the element is successfully removed; otherwise, false. This method also returns false if key was not found in the dictionary.
      • deepClone

        public Object deepClone()

        Clones the dictionary.

        Specified by:
        deepClone in interface com.aspose.ms.System.ICloneable
        Returns:
        A new object that is a shallow copy of this instance.