Uses of Interface
org.gcube.informationsystem.types.reference.entities.EntityType
-
-
Uses of EntityType in org.gcube.informationsystem.types.impl.entities
Classes in org.gcube.informationsystem.types.impl.entities that implement EntityType Modifier and Type Class Description classEntityTypeImplThe default implementation of theEntityTypeinterface.classFacetTypeImplThe default implementation of theFacetTypeinterface.classResourceTypeImplThe default implementation of theResourceTypeinterface.Methods in org.gcube.informationsystem.types.impl.entities that return EntityType Modifier and Type Method Description static 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 EntityType Modifier and Type Class Description classRelationTypeImpl<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 Modifier and Type Field Description protected SRelationTypeImpl. sourceThe source of the relation.protected TRelationTypeImpl. targetThe target of the relation. -
Uses of EntityType in org.gcube.informationsystem.types.reference.entities
Subinterfaces of EntityType in org.gcube.informationsystem.types.reference.entities Modifier and Type Interface Description interfaceFacetTypeDefines the type of aFacet.interfaceResourceTypeDefines the type of aResource. -
Uses of EntityType in org.gcube.informationsystem.types.reference.relations
Classes in org.gcube.informationsystem.types.reference.relations with type parameters of type EntityType Modifier and Type Interface Description interfaceRelationType<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.
-