Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Interface ICESObject

 
Class Hierarchy
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESObject
Class Location

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

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.

Field Summary

Constructor Summary

Method Summary
String getLabel()
void setLabel(String s)
String getDBName()
void setDBName(String s)


Field Detail

Constructor Detail

Method Detail

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