public abstract class CadDictionaryBase extends CadBaseObject
Class describing DICTIONARY base object.
Constructor and Description |
---|
CadDictionaryBase()
Initializes a new instance of the
CadDictionaryBase class. |
Modifier and Type | Method and Description |
---|---|
short |
getCloningFlag()
Gets or sets cloning flag.
|
List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> |
getDictionaryParameters()
Gets or sets the dictionary parameters.
|
List<String> |
getEntryNames()
Gets or sets names of entries.
|
List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> |
getEntrySoftOwners()
Gets or sets the entry soft owners.
|
short |
getHardOwnerFlag()
Gets or sets hard owner flag.
|
void |
setCloningFlag(short value)
Gets or sets cloning flag.
|
void |
setDictionaryParameters(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the dictionary parameters.
|
void |
setEntryNames(List<String> value)
Gets or sets names of entries.
|
void |
setEntrySoftOwners(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the entry soft owners.
|
void |
setHardOwnerFlag(short value)
Gets or sets hard owner flag.
|
getChildObjects, getTypeName, setChildObjects
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public CadDictionaryBase()
Initializes a new instance of the CadDictionaryBase
class.
public List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> getDictionaryParameters()
Gets or sets the dictionary parameters.
public void setDictionaryParameters(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the dictionary parameters.
value
- The dictionary parameters.public short getHardOwnerFlag()
Gets or sets hard owner flag.
public void setHardOwnerFlag(short value)
Gets or sets hard owner flag.
public short getCloningFlag()
Gets or sets cloning flag.
public void setCloningFlag(short value)
Gets or sets cloning flag.
public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> getEntrySoftOwners()
Gets or sets the entry soft owners.
public final void setEntrySoftOwners(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,CadParameter>> value)
Gets or sets the entry soft owners.
value
- The entry soft owners.