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 classEntityTypeImplclassFacetTypeImplclassResourceTypeImplMethods in org.gcube.informationsystem.types.impl.entities that return EntityType Modifier and Type Method Description static EntityTypeEntityTypeImpl. getEntityTypeDefinitionInstance(Class<? extends EntityElement> clz) -
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>classRelationTypeImpl<S extends EntityType,T extends EntityType>Fields in org.gcube.informationsystem.types.impl.relations declared as EntityType Modifier and Type Field Description protected SRelationTypeImpl. sourceprotected TRelationTypeImpl. target -
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 interfaceFacetTypeinterfaceResourceType -
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>interfaceRelationType<S extends EntityType,T extends EntityType>
-