|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.tuxedo.control.TuxClassViewSerialize
public class TuxClassViewSerialize
Provide access to the fields in a View or View32 class.
| Constructor Summary | |
|---|---|
TuxClassViewSerialize(Object buffer,
TuxedoControl.AccessorName conv)
Constructor. |
|
| Method Summary | |
|---|---|
ITuxField |
getField(String name)
Get a field given its name. |
int |
getType(String name)
Find the Tuxedo type for the field corresponding to name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TuxClassViewSerialize(Object buffer,
TuxedoControl.AccessorName conv)
buffer - The view or view32 bufferconv - The conventions used for translating getters to field names.| Method Detail |
|---|
public ITuxField getField(String name)
getField in interface ITuxClassname - The name of the desired field
public int getType(String name)
getType in interface ITuxClassname - The name to look for.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||