Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.property.type.TypeComplex
Packages that use TypeComplex
Package
Description
-
Uses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return TypeComplexMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type TypeComplexModifier and TypeMethodDescriptionstatic TypeComplex.InstantiatorComplexValueImpl.createFor(TypeComplex type) Constructors in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type TypeComplex -
Uses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.model.csdl
Methods in de.fraunhofer.iosb.ilt.frostclient.model.csdl with parameters of type TypeComplexModifier and TypeMethodDescriptionabstract voidCsdlProperty.applyTo(ModelRegistry mr, TypeComplex complexType, String name) voidCsdlPropertyEntity.applyTo(ModelRegistry mr, TypeComplex tc, String name) voidCsdlPropertyNavigation.applyTo(ModelRegistry mr, TypeComplex ct, String name) CsdlItemComplexType.fillFrom(CsdlDocument doc, String nameSpace, TypeComplex tc) static CsdlItemComplexTypeCsdlItemComplexType.of(CsdlDocument doc, String nameSpace, TypeComplex tc) -
Uses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.model.property.type
Subclasses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.model.property.typeModifier and TypeClassDescriptionclassA Type of a Property that points to an Entity.classThe PropertyType of Navigation Properties to EntitySets.Fields in de.fraunhofer.iosb.ilt.frostclient.model.property.type declared as TypeComplexModifier and TypeFieldDescriptionstatic final TypeComplexTypeComplex.STA_MAPstatic final TypeComplexTypeComplex.STA_OBJECTstatic final TypeComplexTypeComplex.STA_OBJECT_UNTYPEDstatic final TypeComplexTypeComplex.STA_TIMEINTERVALstatic final TypeComplexTypeComplex.STA_TIMEVALUEMethods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return TypeComplexModifier and TypeMethodDescriptionstatic TypeComplexDeprecated.TypeComplex.registerProperty(Property property) Constructors in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type TypeComplexModifierConstructorDescriptionTypeSimpleSet(TypeComplex containedType, com.fasterxml.jackson.core.type.TypeReference tr) -
Uses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.models
Fields in de.fraunhofer.iosb.ilt.frostclient.models declared as TypeComplexModifier and TypeFieldDescriptionstatic final TypeComplexSensorThingsSensingV11.ept_Uomstatic final TypeComplexSensorThingsTaskingV11.STA_TASKINGPARAMETERS -
Uses of TypeComplex in de.fraunhofer.iosb.ilt.frostclient.utils
Methods in de.fraunhofer.iosb.ilt.frostclient.utils with parameters of type TypeComplexModifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.JsonDeserializer<ComplexValue>ParserUtils.getComplexTypeDeserializer(TypeComplex type)