com.bea.tuxedo.control
Interface ITuxClass

All Known Implementing Classes:
TuxClassFMLSerialize, TuxClassFMLValidate, TuxClassViewSerialize, TuxClassViewValidate

public interface ITuxClass

Interface providing access to a Tuxedo FML or View buffers's fields. The interface provides access to an ITuxField object by field name. An ITuxField represents a field in the buffer that is accessible either via a JavaBean style setter/getter or via the FML add, get interfaces.


Method Summary
 ITuxField getField(String name)
          Get the field descriptors for the represented class.
 int getType(String name)
          Get the Tuxedo type for the named field.
 

Method Detail

getField

ITuxField getField(String name)
Get the field descriptors for the represented class.

Parameters:
name - The name of the desired field.
Returns:
An ITuxField object representing the field.

getType

int getType(String name)
Get the Tuxedo type for the named field.

Parameters:
name - The name of the field to search for
Returns:
The Tuxedo type of the field, or -1 if no field is found.