To get access to the record definitions for the structures use:
This module also exports the functions described in
This operation return the TypeCodes which we are allowed to use when adding new properties.
This operation a sequence of the allowed properties we may alter; depends on which mode associated with a certain property.
This operation attempts to associate a new property with the target object. If we fail to do so the appropriate exception is raised.
This operation attempts to associate the given Property Definitions with the target object. If one or more attempts fail an exception is raised describing which properties we where not able to create.
This operation returns the type of the given property.
This operation returns the modes of the listed properties. If the boolean
flag is false, all properties with mode
This operation changes the given property's mode. Return the appropriate exception if not able to fulfill the request.
This operation attempts to update the listed properties mode's. Raises an exception which describe which and why an operation failed.