db4o

StoredField.getStoredType Method 

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;

Remarks

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.

See Also

StoredField Interface | com.db4o.ext Namespace