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.
getLabel
String getLabel()
Returns the Label of the CESObject.
- Returns:
Label of the CESObject.
setLabel
void setLabel(String s)
Sets the Label of the CESObject.
- Parameters:
s
- Specifies the Label of the CESObject.
getDBName
String getDBName()
Returns the Data Base Name of the CESObject.
- Returns:
Data Base Name of the CESObject.
setDBName
void setDBName(String s)
Sets the Data Base Name of the CESObject.
- Parameters:
s
- Specifies the Data Base Name of the CESObject.
Copyright © 2000, Dassault Systèmes. All rights reserved