jACOB 2.7 API Documentation.

de.tif.jacob.core.definition
Interface IBrowserDefinition

All Superinterfaces:
INamedObjectDefinition
All Known Subinterfaces:
IAdhocBrowserDefinition

public interface IBrowserDefinition
extends INamedObjectDefinition

This interface represents the definition of a browser, which could be used for either search or inform browsers.


Method Summary
 IBrowserField getBrowserField(java.lang.String browserFieldName)
          Returns the definition of the browser field specified by name.
 java.util.List getBrowserFields()
          Returns the definitions of all browser fields of this browser.
 ITableAlias getTableAlias()
          Returns the associated table alias.
 
Methods inherited from interface de.tif.jacob.core.definition.INamedObjectDefinition
getDescription, getName, getProperty
 

Method Detail

getTableAlias

ITableAlias getTableAlias()
Returns the associated table alias.

Returns:
the associated table alias

getBrowserFields

java.util.List getBrowserFields()
Returns the definitions of all browser fields of this browser.

Returns:
List of IBrowserField

getBrowserField

IBrowserField getBrowserField(java.lang.String browserFieldName)
                              throws java.lang.NoSuchFieldException
Returns the definition of the browser field specified by name.

Parameters:
browserFieldName - the name of the browser field
Returns:
the browser field definition
Throws:
java.lang.NoSuchFieldException - if no browser field of the specified name exists for this browser

jACOB 2.7 API Documentation.