|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESViewAttribute
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESViewAttribute
| Class Location |
| 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 |
| 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 |
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.).
String
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.
searchValue