abstract

Type: Boolean

The read-only abstract property of the SchemaEntity class specifies whether the entity is abstract.

Abstract classes factor out behavior that is common to a number of classes; for example, the Btree and the Dictionary collection classes. Abstract classes can have abstract methods defined for them. (Abstract methods are those that have no logic associated with them but must be implemented in the subclasses of the abstract class.)