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 TypeMethodDescriptionfinal PropertyTypeModelRegistry.getPropertyType(String name) Property.getType()The class of the type of the value of this property.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.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) -
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 PropertyType of Complex Properties.classA Type of a Property that points to an Entity.classThe PropertyType of Navigation Properties to EntitySets.classA simple Type.classThe various Primitive types defined by OData.classThe type of a property that points to an EntitySet.Methods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return PropertyTypeMethods in de.fraunhofer.iosb.ilt.frostclient.model.property.type that return types with arguments of type PropertyTypeMethods in de.fraunhofer.iosb.ilt.frostclient.model.property.type with parameters of type PropertyTypeModifier and TypeMethodDescriptionTypeComplex.addProperty(String name, PropertyType property, boolean required)