public abstract class CadDbEvalExpr extends CadBaseObject
Class describing CadDbEvalExpr object.
| Constructor and Description |
|---|
CadDbEvalExpr()
Initializes a new instance of the
CadDbEvalExpr class. |
| Modifier and Type | Method and Description |
|---|---|
List<CadParameter> |
getDbEvalExprParameterList()
Gets or sets the database eval expr parameter list.
|
int |
getEvalExprMajor()
The major
|
int |
getEvalExprMinor()
The minor
|
int |
getEvalExprNodeId()
The node ID
|
int |
getEvalExprParentId()
The parent ID
|
short |
getEvalExprValueCode()
The value code
|
void |
setDbEvalExprParameterList(List<CadParameter> value)
Gets or sets the database eval expr parameter list.
|
void |
setEvalExprMajor(int value)
The major
|
void |
setEvalExprMinor(int value)
The minor
|
void |
setEvalExprNodeId(int value)
The node ID
|
void |
setEvalExprParentId(int value)
The parent ID
|
void |
setEvalExprValueCode(short value)
The value code
|
getChildObjects, getTypeName, setChildObjectsgetHardOwner, getNumreactors, getReactors, getSoftOwner, getStorageFlag, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwner, setStorageFlaggetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadDbEvalExpr()
Initializes a new instance of the CadDbEvalExpr class.
public List<CadParameter> getDbEvalExprParameterList()
Gets or sets the database eval expr parameter list.
public void setDbEvalExprParameterList(List<CadParameter> value)
Gets or sets the database eval expr parameter list.
value - The database eval expr parameter list.public final int getEvalExprParentId()
The parent ID
public final void setEvalExprParentId(int value)
The parent ID
public final int getEvalExprMajor()
The major
public final void setEvalExprMajor(int value)
The major
public final int getEvalExprMinor()
The minor
public final void setEvalExprMinor(int value)
The minor
public final short getEvalExprValueCode()
The value code
public final void setEvalExprValueCode(short value)
The value code
public final int getEvalExprNodeId()
The node ID
public final void setEvalExprNodeId(int value)
The node ID
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.