Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface

   
Interface ICESViewAttribute

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

Framework : ENOJCESInterfaces

Module : CESJAPIInterface

Class Description

public interface ICESViewAttribute

This is a custom interface that represents the Attributes of a View in CES.

   All Implemented Interfaces:
ICESObject
Field Summary

Constructor Summary

Method Summary
String getAliasName()
String getSearchFieldName()
String getSearchValue()
void setSearchValue(String searchValue)
String getOwningClassDBName()
String getDisplayType()
String get(String key)


Field Detail

Constructor Detail

Method Detail

getAliasName

    String getAliasName()

Returns the Alias Name of this CESViewAttribute.

Returns:
The Alias Name of this CESViewAttribute.

getSearchFieldName

    String getSearchFieldName()

Returns the Search Field Name of this CESViewAttribute.

Returns:
The Search Field Name of this CESViewAttribute.

getSearchValue

    String getSearchValue()

Returns the Search value set on this CESViewAttribute.

Returns:
The Search value set on this CESViewAttribute.

setSearchValue

    void setSearchValue(String searchValue)

Sets the Search value on this CESViewAttribute.

Parameters:
searchValue
Specifies the Search value to be set on this CESViewAttribute..

getOwningClassDBName

    String getOwningClassDBName()

Returns the Database Name of the Class(Category) that owns this CESViewAttribute.

Returns:
The Database Name of the Class(Category) that owns this CESViewAttribute.

getDisplayType

    String getDisplayType()

Returns the Display Type of this CESViewAttribute.

Returns:
The Display Type of this CESViewAttribute.

get

    String get(String key)

Returns the value to which the specified key is mapped, for this CESViewAttribute. Keys represent certain features of the CESViewAttribute (like "displaytype", "dbname", "alias" etc.).

Parameters:
String
key: Specifies the key for which the corresponding value has to be reteived.
Returns:
The value to which the specified key is mapped, for this CESItemSet.


Copyright © 2000, Dassault Systèmes. All rights reserved