|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBeanField
This interface defines a field of a bean consisting of a type and a name.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Retrieve the name of this field |
java.lang.Class |
getType()
Retrieve the type of this field |
void |
setName(java.lang.String name)
Set the name of the field |
void |
setType(java.lang.Class type)
Set the type of the field |
| Method Detail |
|---|
java.lang.Class getType()
void setType(java.lang.Class type)
type - of the fieldjava.lang.String getName()
void setName(java.lang.String name)
name - of the field
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||