Uses of Class
de.fraunhofer.iosb.ilt.frostclient.model.PropertyType
Packages that use PropertyType
Package
Description
-
Uses of PropertyType in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that return PropertyTypeModifier and TypeMethodDescriptionPropertyType.addAnnotation(Annotation annotation) final PropertyTypeModelRegistry.getPropertyType(String name) Property.getType()The class of the type of the value of this property.PropertyType.setAnnotations(List<Annotation> annotations) Methods in de.fraunhofer.iosb.ilt.frostclient.model that return types with arguments of type PropertyTypeMethods in de.fraunhofer.iosb.ilt.frostclient.model with parameters of type PropertyType -
Uses of PropertyType in de.fraunhofer.iosb.ilt.frostclient.model.csdl
Methods in de.fraunhofer.iosb.ilt.frostclient.model.csdl with parameters of type PropertyTypeModifier and TypeMethodDescriptionCsdlPropertyEntity.fillFrom(CsdlDocument doc, String nameSpace, PropertyType propertyType, boolean nullable) static CsdlPropertyEntityCsdlPropertyEntity.of(CsdlDocument doc, String nameSpace, PropertyType type, boolean nullable) -
Uses of PropertyType in de.fraunhofer.iosb.ilt.frostclient.model.property
Methods in de.fraunhofer.iosb.ilt.frostclient.model.property that return PropertyTypeMethods in de.fraunhofer.iosb.ilt.frostclient.model.property with parameters of type PropertyTypeConstructors in de.fraunhofer.iosb.ilt.frostclient.model.property with parameters of type PropertyTypeModifierConstructorDescriptionEntityPropertyMain(String name, PropertyType type) EntityPropertyMain(String name, PropertyType type, boolean serialiseNull) PropertyAbstract(String name, PropertyType type, boolean readOnly) PropertyAbstract(String name, PropertyType type, boolean readOnly, boolean nullable) -
Uses of PropertyType in de.fraunhofer.iosb.ilt.frostclient.model.property.type
Subclasses of PropertyType in de.fraunhofer.iosb.ilt.frostclient.model.property.typeModifier and TypeClassDescriptionclassThe type of a property that points to a Collection.classThe PropertyType of Complex Properties.classA Type of a Property that points to an Entity.classThe PropertyType of Navigation Properties to EntitySets.classTypeEnumeration<K extends Enum<K>>classThe various Primitive types defined by OData.classA simple Type.Methods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return PropertyType