public class CadAppIdDictionary extends NonGenericDictionary<String,CadAppIdTableObject> implements com.aspose.ms.System.ICloneable, com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
Collection of cad layouts
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 and Description |
---|
CadAppIdDictionary()
Initializes a new instance of the
CadAppIdDictionary class. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
CadAppIdTableObject value)
Adds a
CadAppIdTableObject to the dictionary. |
Object |
deepClone()
Clones the dictionary.
|
CadSymbolTableGroupCodes |
getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
|
boolean |
remove(String key)
Removes the
CadAppIdTableObject with the specified key. |
void |
setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
|
getKeysTyped, getValuesTyped
addItem, addItem, clear, containsItem, containsKey, containsValue, copyTo, copyToTArray, get_Item, getComparer, getDictionaryEntryEnumerator, getKeys, getSyncRoot, getValues, isFixedSize, isReadOnly, isSynchronized, iterator, removeItem, removeItemByKey, set_Item, size, tryGetValue
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CadAppIdDictionary()
Initializes a new instance of the CadAppIdDictionary
class.
public CadSymbolTableGroupCodes getCadSymbolTableGroupCodes()
Gets or sets the cad symbol table group codes.
getCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
public void setCadSymbolTableGroupCodes(CadSymbolTableGroupCodes value)
Gets or sets the cad symbol table group codes.
setCadSymbolTableGroupCodes
in interface com.aspose.cad_internal.dxf.core.fileformats.cad.ICadSymbolTableGroupCodes
value
- The cad symbol table group codes.public void add(String key, CadAppIdTableObject value)
Adds a CadAppIdTableObject
to the dictionary.
key
- The CadAppIdTableObject
key.value
- The CadAppIdTableObject
to add.public boolean remove(String key)
Removes the CadAppIdTableObject
with the specified key.
key
- The CadAppIdTableObject
key to remove.key
was not found in the dictionary.public Object deepClone()
Clones the dictionary.
deepClone
in interface com.aspose.ms.System.ICloneable