The JadeRelationalAttributeIF interface, defined in the RootSchema, provides the definition of the methods that you can implement in your user schema classes to expose soft attributes.
The JadeRelationalAttributeIF interface instance is passed to the
You can view the JadeRelationalAttributeIF interface and its methods only in the Interface Browser of a user schema that has an implementation mapping to this RootSchema interface, as shown in the following image.
For details about implementing the JadeRelationalAttributeIF interface for a class selected in the Class Browser of a user schema, see "
It is your responsibility to provide the source code that meets your application requirements for each stub method.
For details about the JadeRelationalAttributeIF interface methods, see "JadeRelationalAttributeIF Interface Method Signatures", in the following subsection.