putPropertyValue(String, String, boolean) method

Puts the new property element as a sub-element of the 'properties' OData element.

Syntax

public void putPropertyValue ( String propertyName , String propertyValue , boolean useDefaultPrefix )

Parameters

Usage

An element with the same name will be overwritten by the new element.

If name of the property is not prefixed and useDefaultPreix is false, name of the property should be prefixed by the caller. (Use getPrefix for get the valid prefix for a name-space URI)