Uses of Interface
org.gcube.informationsystem.types.reference.entities.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in org.gcube.informationsystem.types.impl.entities
Classes in org.gcube.informationsystem.types.impl.entities that implement EntityTypeModifier and TypeClassDescriptionclassThe default implementation of theEntityTypeinterface.final classThe default implementation of theFacetTypeinterface.final classThe default implementation of theResourceTypeinterface.Methods in org.gcube.informationsystem.types.impl.entities that return EntityTypeModifier and TypeMethodDescriptionstatic EntityTypeEntityTypeImpl.getEntityTypeDefinitionInstance(Class<? extends EntityElement> clz) Returns an instance ofEntityTypefor the given class. -
Uses of EntityType in org.gcube.informationsystem.types.impl.relations
Classes in org.gcube.informationsystem.types.impl.relations with type parameters of type EntityTypeModifier and TypeClassDescriptionclassRelationTypeImpl<S extends EntityType,T extends EntityType> The implementation of theRelationType.classRelationTypeImpl<S extends EntityType,T extends EntityType> The implementation of theRelationType.Fields in org.gcube.informationsystem.types.impl.relations declared as EntityType -
Uses of EntityType in org.gcube.informationsystem.types.reference.entities
Subinterfaces of EntityType in org.gcube.informationsystem.types.reference.entities -
Uses of EntityType in org.gcube.informationsystem.types.reference.relations
Classes in org.gcube.informationsystem.types.reference.relations with type parameters of type EntityTypeModifier and TypeInterfaceDescriptioninterfaceRelationType<S extends EntityType,T extends EntityType> The base interface for all relation type definitions.interfaceRelationType<S extends EntityType,T extends EntityType> The base interface for all relation type definitions.