Berkeley DB
version 4.7.25

com.sleepycat.persist.raw
Interface RawField


public interface RawField

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.


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.
 

Method Detail

getName

String getName()
Returns the name of the field.


getType

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.


Berkeley DB
version 4.7.25

Copyright (c) 1996,2008 Oracle. All rights reserved.