db4o

StoredClass.getName Method 

returns the name of this stored class.

[Visual Basic]
Function getName() As String
[C#]
string getName();
[C++]
String* getName();
[JScript]
function getName(): String;

Remarks

returns the name of this stored class.

See Also

StoredClass Interface | com.db4o.ext Namespace