Creates a property value from its metadata if initial value is nil, the initWith... 
      Syntax
         
         
            + 
            (
            ODataPropertyValueObject *
            ) 
            
               createPropertyValueFromPropertyInfoWithValue
            
            : 
            (
            const ODataPropertyInfo *const
            ) 
            propInfo 
            
               initialValue
            
            : 
            (
            NSString *const
            ) 
            initialValue 
            
               creationFlags
            
            : 
            (
            const uint16_t
            ) 
            creationFlags 
            
               customFactoryFunction
            
            : 
            (
            PFNCUSTOMPROPERTYVALUEFROMPROPERTYINFOWITHVALUE
            ) 
            customFactoryFunction
         
      
      Remarks
         
         method of the PropertyValuexxx object will set the default value of the object! the 4th parameter can be NULL, if no custom types/custom semantics are used