returns the Class (Java) / Type (.NET) of the field.
[Visual Basic] Function getStoredType() As Object [C#] object getStoredType(); [C++] Object* getStoredType(); [JScript] function getStoredType(): Object;
returns the Class (Java) / Type (.NET) of the field.
For array fields this method will return the type of the array. Use {link #isArray()} to detect arrays.
StoredField Interface | com.db4o.ext Namespace