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
Since:
R18 SP1
Author:
PTP
Author:
OIN
Version:
R18, 12/01/2007
Field Summary

Constructor Summary

Method Summary
public String get(String key)
Returns the value to which the specified key is mapped, for this CESViewAttribute.
public String getAliasName()
Returns the Alias Name of this CESViewAttribute.
public String getDisplayType()
Returns the Display Type of this CESViewAttribute.
public String getOwningClassDBName()
Returns the Database Name of the Class(Category) that owns this CESViewAttribute.
public String getSearchFieldName()
Returns the Search Field Name of this CESViewAttribute.
public String getSearchValue()
Returns the Search value set on this CESViewAttribute.
public void setSearchValue(String searchValue)
Sets the Search value on this CESViewAttribute.


Field Detail

Constructor Detail

Method Detail

get

    public 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.
Return:
The value to which the specified key is mapped, for this CESItemSet.

getAliasName

    public String getAliasName()

Returns the Alias Name of this CESViewAttribute.

Return:
The Alias Name of this CESViewAttribute.

getDisplayType

    public String getDisplayType()

Returns the Display Type of this CESViewAttribute.

Return:
The Display Type of this CESViewAttribute.

getOwningClassDBName

    public String getOwningClassDBName()

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

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

getSearchFieldName

    public String getSearchFieldName()

Returns the Search Field Name of this CESViewAttribute.

Return:
The Search Field Name of this CESViewAttribute.

getSearchValue

    public String getSearchValue()

Returns the Search value set on this CESViewAttribute.

Return:
The Search value set on this CESViewAttribute.

setSearchValue

    public void setSearchValue(String searchValue)

Sets the Search value on this CESViewAttribute.

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


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