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.
|
void |
setDbEvalExprParameterList(List<CadParameter> value)
Gets or sets the database eval expr parameter list.
|
getChildObjects, getNumreactors, getTypeName, setChildObjects, setNumreactors
getHardOwner, getSoftOwner, isSoftOwnerSet, setHardOwner, setSoftOwner
getApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setXdataContainer
public 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.