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 |
---|---|
String |
get_Item(String key)
Gets or sets the entry soft owner by key.
|
short |
getCloningFlag()
Gets or sets cloning flag.
|
List<String> |
getEntryNames()
Gets or sets names of entries.
|
List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> |
getEntrySoftOwners()
Gets or sets the entry soft owners.
|
short |
getHardOwnerFlag()
Gets or sets hard owner flag.
|
void |
removeByValue(String value)
Removes the entry soft owner and entry name by value.
|
void |
setCloningFlag(short value)
Gets or sets cloning flag.
|
void |
setEntryNames(List<String> value)
Gets or sets names of entries.
|
void |
setEntrySoftOwners(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> value)
Gets or sets the entry soft owners.
|
void |
setHardOwnerFlag(short value)
Gets or sets hard owner flag.
|
boolean |
tryGetValue(String key,
int[] attr,
String[] value)
Gets the entry soft owner by key.
|
boolean |
tryGetValue(String key,
String[] value)
Gets the entry soft owner by key.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public CadDictionaryBase()
Initializes a new instance of the CadDictionaryBase
class.
public final short getHardOwnerFlag()
Gets or sets hard owner flag.
public final void setHardOwnerFlag(short value)
Gets or sets hard owner flag.
public final short getCloningFlag()
Gets or sets cloning flag.
public final void setCloningFlag(short value)
Gets or sets cloning flag.
public final List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> getEntrySoftOwners()
Gets or sets the entry soft owners.
public final void setEntrySoftOwners(List<com.aspose.ms.System.Collections.Generic.KeyValuePair<Integer,String>> value)
Gets or sets the entry soft owners.
value
- The entry soft owners.public final String get_Item(String key)
Gets or sets the entry soft owner by key.
public final boolean tryGetValue(String key, String[] value)
Gets the entry soft owner by key.
key
- The key.value
- The parameter.public final boolean tryGetValue(String key, int[] attr, String[] value)
Gets the entry soft owner by key.
key
- The key.attr
- The attribute.value
- The parameter.public final void removeByValue(String value)
Removes the entry soft owner and entry name by value.
value
- The value.