public class CadSymbolTableGroupCodes extends CadBaseOwned implements com.aspose.ms.System.ICloneable
Group codes that apply to all symbol tables.
CadBaseOwned| Constructor and Description |
|---|
CadSymbolTableGroupCodes()
Initializes a new instance of the
CadSymbolTableGroupCodes class. |
| Modifier and Type | Method and Description |
|---|---|
Object |
deepClone()
Creates a new object that is a copy of the current instance.
|
Short |
getMaxTableEntriesCount()
Gets or sets the maximum table entries count.
|
String |
getSubClass()
Gets or sets the sub class parameter.
|
List<CadCodeValue> |
getSymbolTableParameters()
Gets or sets the symbol table parameters.
|
void |
init()
Initializes this instance.
|
boolean |
isInit()
Gets or sets a value indicating whether this instance is initialize.
|
void |
setMaxTableEntriesCount(Short value)
Gets or sets the maximum table entries count.
|
void |
setSubClass(String value)
Gets or sets the sub class parameter.
|
void |
setSymbolTableParameters(List<CadCodeValue> value)
Gets or sets the symbol table parameters.
|
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainerpublic CadSymbolTableGroupCodes()
Initializes a new instance of the CadSymbolTableGroupCodes class.
public final boolean isInit()
Gets or sets a value indicating whether this instance is initialize.
true if this instance is initialize; otherwise, false.public final Short getMaxTableEntriesCount()
Gets or sets the maximum table entries count.
public final void setMaxTableEntriesCount(Short value)
Gets or sets the maximum table entries count.
value - The maximum table entries count.public final List<CadCodeValue> getSymbolTableParameters()
Gets or sets the symbol table parameters.
public final void setSymbolTableParameters(List<CadCodeValue> value)
Gets or sets the symbol table parameters.
value - The symbol table parameters.public final String getSubClass()
Gets or sets the sub class parameter.
public final void setSubClass(String value)
Gets or sets the sub class parameter.
value - The sub class parameter.public final void init()
Initializes this instance.
public final Object deepClone()
Creates a new object that is a copy of the current instance.
deepClone in interface com.aspose.ms.System.ICloneable