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.
|
CadShortParameter |
getMaxTableEntriesCount()
Gets or sets the maximum table entries count.
|
CadStringParameter |
getSubClassParameter()
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(CadShortParameter value)
Gets or sets the maximum table entries count.
|
void |
setSubClassParameter(CadStringParameter value)
Gets or sets the sub class parameter.
|
void |
setSymbolTableParameters(List<CadCodeValue> value)
Gets or sets the symbol table parameters.
|
getHardOwner, getSoftOwner, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getDxfDataFormat, getObjectHandle, getRoundTripTableStyle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setDxfDataFormat, setObjectHandle, setRoundTripTableStyle, setXdataContainer
public 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 CadShortParameter getMaxTableEntriesCount()
Gets or sets the maximum table entries count.
public final void setMaxTableEntriesCount(CadShortParameter 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 CadStringParameter getSubClassParameter()
Gets or sets the sub class parameter.
public final void setSubClassParameter(CadStringParameter 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