|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
java.lang | Provides classes that are fundamental to the design of the Java programming language. |
javax.sql.rowset.serial | Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. |
Uses of Field in java.lang |
---|
Methods in java.lang that return Field | |
---|---|
Field |
Class.getDeclaredField(String name)
getDeclaredField searches for a field with the given name that is declared in this class. |
Field[] |
Class.getDeclaredFields()
getDeclaredFields returns an array of all the fields declared in this class. |
Field |
Class.getField(String name)
Looks for a public field accessible through this class. |
Field[] |
Class.getFields()
Looks for all public fields in this class and its super classes. |
Uses of Field in javax.sql.rowset.serial |
---|
Methods in javax.sql.rowset.serial that return Field | |
---|---|
Field[] |
SerialJavaObject.getFields()
Returns an array of Field objects that contains each
field of the object that this helper class is serializing. |
|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |