|
Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESObject
Framework : ENOJCESInterfaces
Module : CESJAPIInterface
public interface ICESObject
This is an abstract custom interface that is extended by other objects within the Part Selection APIs.
ICESCategory, ICESView and ICESViewAttibute extend from ICESObject.
- Since:
- R18 SP1
- Author:
- PTP
- Author:
- OIN
- Version:
- R18, 12/01/2007
| public String |
getDBName()
Returns the Data Base Name of the CESObject. |
| public String |
getLabel()
Returns the Label of the CESObject. |
| public void |
setDBName(String s)
Sets the Data Base Name of the CESObject. |
| public void |
setLabel(String s)
Sets the Label of the CESObject. |
getDBName
public String getDBName()
Returns the Data Base Name of the CESObject.
- Return:
- Data Base Name of the CESObject.
getLabel
public String getLabel()
Returns the Label of the CESObject.
- Return:
- Label of the CESObject.
setDBName
public void setDBName(String s)
Sets the Data Base Name of the CESObject.
- Parameters:
s
- Specifies the Data Base Name of the CESObject.
setLabel
public void setLabel(String s)
Sets the Label of the CESObject.
- Parameters:
s
- Specifies the Label of the CESObject.
Copyright © 2000, Dassault Systèmes. All rights reserved