|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bea.tuxedo.control.TuxClassViewValidate
public class TuxClassViewValidate
Provide access to the fields in a View or View32 class. Used by the validator code.
| Constructor Summary | |
|---|---|
TuxClassViewValidate(HashMap table,
TuxedoControl.AccessorName conv)
Constructor that takes an already generated table |
|
TuxClassViewValidate(TypeDeclaration tuxClass,
TuxedoControl.AccessorName conv,
AnnotationProcessorEnvironment env)
Constructor. |
|
| Method Summary | |
|---|---|
ITuxField |
getField(String name)
Not used for validation code |
HashMap |
getTable()
Get the table built for this class. |
int |
getType(String name)
Return the type associated with a named field, or -1 if no field with that name can be found. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TuxClassViewValidate(TypeDeclaration tuxClass,
TuxedoControl.AccessorName conv,
AnnotationProcessorEnvironment env)
tuxClass - View classconv - The conventions used to convert accessor names to fields.
public TuxClassViewValidate(HashMap table,
TuxedoControl.AccessorName conv)
table - A HashMap retreived from a different ITuxClassViewValidate instanceconv - The naming conventions used to construct the table| Method Detail |
|---|
public HashMap getTable()
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 of the desired field.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||