|
|
|||||
| Package com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface |
Interface ICESViewAttributeList
|
| Class Hierarchy |
com.dassault_systemes.ENOVJCESInterfaces.CESJAPIInterface.ICESViewAttributeList
| Class Location |
| Class Description |
public interface ICESViewAttributeList
This is a custom interface that represents a List of View Attributes in CES.
| Field Summary |
| Constructor Summary |
| Method Summary |
| public ICESViewAttribute | getCESViewAttributeByAliasName(String aliasName)
Returns the View Attribute for the specified View Attribute Alias Name in this ViewAttributeList. |
| public ICESViewAttribute | getCESViewAttributeByDBName(String viewAttributeDBName)
Returns the View Attribute for the specified View Attribute Database Name in this ViewAttributeList. |
| public ICESViewAttribute | getCESViewAttributeByIndex(int index)
Returns the View Attribute at the specified index in this ViewAttributeList. |
| public ICESViewAttribute | getCESViewAttributeByLabel(String viewAttributeLabel)
Returns the View Attribute for the specified View Attribute Label in this ViewAttributeList. |
| public ICESViewAttribute | getCESViewAttributeBySearchFieldName(String viewAttributeSearchFieldName)
Returns the View Attribute for the specified View Attribute SearchField Name in this ViewAttributeList. |
| public int | getIndexOfCESViewAttribute(ICESViewAttribute viewAttr)
Returns the Index of the View Attribute in this List. |
| public int | getIndexOfCESViewAttributeByDBName(String viewAttrDBName)
Returns the Index of the View Attribute in this List given the View Attribute Databse Name. |
| public int | getIndexOfCESViewAttributeByLabel(String viewAttrLabel)
Returns the Index of the View Attribute in this List given the View Attribute Label. |
| public int | getViewAttributeListSize()
Returns the number of View Attributes in this ViewAttributeList. |
| public ICESViewAttribute[] | getViewAttributes()
Returns an array of CESViewAttributes in this CESViewAttributeList. |
| Field Detail |
| Constructor Detail |
| Method Detail |
public ICESViewAttribute getCESViewAttributeByAliasName(String aliasName)
Returns the View Attribute for the specified View Attribute Alias Name in this ViewAttributeList.
aliasName
public ICESViewAttribute getCESViewAttributeByDBName(String viewAttributeDBName)
Returns the View Attribute for the specified View Attribute Database Name in this ViewAttributeList.
viewAttributeDBName
public ICESViewAttribute getCESViewAttributeByIndex(int index)
Returns the View Attribute at the specified index in this ViewAttributeList.
NOTE: Indices count from 0.
index
public ICESViewAttribute getCESViewAttributeByLabel(String viewAttributeLabel)
Returns the View Attribute for the specified View Attribute Label in this ViewAttributeList.
viewAttributeLabel
public ICESViewAttribute getCESViewAttributeBySearchFieldName(String viewAttributeSearchFieldName)
Returns the View Attribute for the specified View Attribute SearchField Name in this ViewAttributeList.
viewAttributeSearchFieldName
public int getIndexOfCESViewAttribute(ICESViewAttribute viewAttr)
Returns the Index of the View Attribute in this List. The view attributes are listed in the same order in this List as in the corresponding View.
NOTE: Indices count from 0.
viewAttr
public int getIndexOfCESViewAttributeByDBName(String viewAttrDBName)
Returns the Index of the View Attribute in this List given the View Attribute Databse Name. The view attributes are listed in the same order in this List as in the corresponding View.
NOTE: Indices count from 0.
viewAttrDBName
public int getIndexOfCESViewAttributeByLabel(String viewAttrLabel)
Returns the Index of the View Attribute in this List given the View Attribute Label. The view attributes are listed in the same order in this List as in the corresponding View.
NOTE: Indices count from 0.
viewAttrLabel
public int getViewAttributeListSize()
Returns the number of View Attributes in this ViewAttributeList.
public ICESViewAttribute[] getViewAttributes()
Returns an array of CESViewAttributes in this CESViewAttributeList.