|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--suncertify.db.FieldInfo
This class embodies the name of a field and the maximum width that it may have.
| Constructor Summary | |
FieldInfo(java.lang.String name,
int length)
This constructs an initialized FieldInfo object. |
|
| Method Summary | |
int |
getLength()
This method returns the length of the field. |
java.lang.String |
getName()
This method returns the name of the field. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public FieldInfo(java.lang.String name,
int length)
name - - the name of the field.length - - the length of the field.| Method Detail |
public java.lang.String getName()
public int getLength()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||