Uses of Enum Class
io.permazen.schema.ItemType
-
Uses of ItemType in io.permazen.schema
Modifier and TypeFieldDescriptionstatic final ItemType
CounterSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
EnumArraySchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
EnumSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
ListSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
MapSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
ReferenceSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
SchemaCompositeIndex.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
SchemaModel.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
SchemaObjectType.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
SetSchemaField.ITEM_TYPE
TheItemType
that this class represents.static final ItemType
SimpleSchemaField.ITEM_TYPE
TheItemType
that this class represents.Modifier and TypeMethodDescriptionstatic ItemType
ItemType.forTypeCode
(String typeCode) Get instance that corresponds to the given type code.final ItemType
CounterSchemaField.getItemType()
final ItemType
EnumArraySchemaField.getItemType()
final ItemType
EnumSchemaField.getItemType()
final ItemType
ListSchemaField.getItemType()
final ItemType
MapSchemaField.getItemType()
final ItemType
ReferenceSchemaField.getItemType()
final ItemType
SchemaCompositeIndex.getItemType()
SchemaId.getItemType()
Get theItemType
of the schema item that originally generated this schema ID.final ItemType
SchemaModel.getItemType()
final ItemType
SchemaObjectType.getItemType()
final ItemType
SetSchemaField.getItemType()
SimpleSchemaField.getItemType()
static ItemType
Returns the enum constant of this class with the specified name.static ItemType[]
ItemType.values()
Returns an array containing the constants of this enum class, in the order they are declared.