db4o

StoredField Methods

The methods of the StoredField interface are listed below. For a complete list of StoredField interface members, see the StoredField Members topic.

Public Instance Methods

getreturns the field value on the passed object.
getNamereturns the name of the field.
getStoredTypereturns the Class (Java) / Type (.NET) of the field.
isArrayreturns true if the field is an array.
renamemodifies the name of this stored field.

See Also

StoredField Interface | com.db4o.ext Namespace