| com.sleepycat.persist.raw.RawField
All known Subclasses: com.sleepycat.persist.impl.FieldInfo,
RawField | public interface RawField (Code) | | The definition of a field in a
RawType .
RawField objects are thread-safe. Multiple threads may safely
call the methods of a shared
RawField object.
author: Mark Hayes |
Method Summary | |
String | getName() Returns the name of the field. | RawType | getType() Returns the type of the field, without expanding parameterized types,
or null if the type is an interface type or the Object class. |
getName | String getName()(Code) | | Returns the name of the field.
|
getType | RawType getType()(Code) | | Returns the type of the field, without expanding parameterized types,
or null if the type is an interface type or the Object class.
|
|
|