Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.EntityType
Packages that use EntityType
Package
Description
-
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient with parameters of type EntityTypeModifier and TypeMethodDescriptionSensorThingsService.dao(EntityType type) SensorThingsService.getFullPath(EntityType entityType) The full path to the entity or collection.SensorThingsService.query(EntityType type) Query a main entity set. -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.dao
Constructors in de.fraunhofer.iosb.ilt.frostclient.dao with parameters of type EntityTypeModifierConstructorDescriptionBaseDao(SensorThingsService service, EntityType entityType) Constructor. -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.json.deserialize
Methods in de.fraunhofer.iosb.ilt.frostclient.json.deserialize with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic EntityDeserializerEntityDeserializer.getInstance(ModelRegistry modelRegistry, EntityType entityType) static EntitySetDeserializerEntitySetDeserializer.getInstance(ModelRegistry modelRegistry, EntityType entityType) JsonReader.parseEntity(EntityType entityType, byte[] value) JsonReader.parseEntity(EntityType entityType, Reader value) JsonReader.parseEntity(EntityType entityType, String value) JsonReader.parseEntitySet(EntityType entityType, Reader value) JsonReader.parseEntitySet(EntityType entityType, String value) Constructors in de.fraunhofer.iosb.ilt.frostclient.json.deserialize with parameters of type EntityTypeModifierConstructorDescriptionEntityDeserializer(ModelRegistry modelRegistry, EntityType entityType) EntitySetDeserializer(ModelRegistry modelRegistry, EntityType entityType) -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return EntityTypeModifier and TypeMethodDescriptionEntity.getEntityType()EntitySet.getEntityType()EntitySetImpl.getEntityType()final EntityTypeModelRegistry.getEntityTypeForName(String typeName) Get the entity type with the given name.EntityType.registerProperty(Property property) Methods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type EntityTypeMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type EntityTypeModifier and TypeMethodDescriptionintEntityType.compareTo(EntityType o) final ModelRegistryModelRegistry.registerEntityType(EntityType type) Register a new entity type.Entity.setEntityType(EntityType entityType) Constructors in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type EntityType -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.model.property
Methods in de.fraunhofer.iosb.ilt.frostclient.model.property that return EntityTypeModifier and TypeMethodDescriptionNavigationProperty.getEntityType()The entity type this property links to.NavigationPropertyAbstract.getEntityType()Methods in de.fraunhofer.iosb.ilt.frostclient.model.property with parameters of type EntityTypeModifier and TypeMethodDescriptionvoidNavigationPropertyAbstract.setEntityType(EntityType entityType) -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.model.property.type
Methods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return EntityTypeConstructors in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type EntityTypeModifierConstructorDescriptionTypeEntity(EntityType entityType) TypeEntitySet(EntityType entityType) -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.models
Fields in de.fraunhofer.iosb.ilt.frostclient.models declared as EntityTypeModifier and TypeFieldDescriptionfinal EntityTypeSensorThingsTaskingV11.etActuatorfinal EntityTypeSensorThingsPlus.etCampaignfinal EntityTypeSensorThingsSensingV11.etDatastreamfinal EntityTypeSensorThingsSensingV11.etFeatureOfInterestfinal EntityTypeSensorThingsPlus.etGroupfinal EntityTypeSensorThingsSensingV11.etHistoricalLocationfinal EntityTypeSensorThingsPlus.etLicensefinal EntityTypeSensorThingsSensingV11.etLocationfinal EntityTypeSensorThingsMultiDatastreamV11.etMultiDatastreamfinal EntityTypeSensorThingsSensingV11.etObservationfinal EntityTypeSensorThingsSensingV11.etObservedPropertyfinal EntityTypeSensorThingsPlus.etPartyfinal EntityTypeSensorThingsPlus.etRelationfinal EntityTypeSensorThingsSensingV11.etSensorfinal EntityTypeSensorThingsTaskingV11.etTaskfinal EntityTypeSensorThingsTaskingV11.etTaskingCapabilityfinal EntityTypeSensorThingsSensingV11.etThing -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.query
Methods in de.fraunhofer.iosb.ilt.frostclient.query that return EntityTypeConstructors in de.fraunhofer.iosb.ilt.frostclient.query with parameters of type EntityType -
Uses of EntityType in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils with parameters of type EntityTypeModifier and TypeMethodDescriptionstatic StringParserUtils.entityPath(EntityType entityType, Object... primaryKeyValues)