Package io.permazen
Class PermazenSchemaItem
java.lang.Object
io.permazen.PermazenSchemaItem
- Direct Known Subclasses:
PermazenClass
,PermazenCompositeIndex
,PermazenField
Superclass for the
PermazenClass
, PermazenField
, and PermazenCompositeIndex
classes
which describe the schema associated with a Permazen
instance.-
Method Details
-
getName
Get the name of this instance.- Returns:
- this instance's name
-
getStorageId
public int getStorageId()Get the storage ID of this instance.- Returns:
- this instance's actual storage ID
-
getSchemaId
Get the schema ID of this instance.- Returns:
- this instance's schema ID
-
getSchemaItem
Get the corresonding core API database instance.- Returns:
- this instance's correpsonding
SchemaItem
-
toString
-