|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
ITuxField getField(String name)
name - The name of the desired field.
int getType(String name)
name - The name of the field to search for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||