The interface statement (<family-interface>)

The interface statement is for importing an interface of a family from an IDL file. The imported family interface must have descriptions of the interfaces of all policies of this family. When a policy is called, all arguments specified in the interface must be passed to it.

Syntax

<family-interface> ::=

"interface" <full-interface-name> ";"

Elements

<full-interface-name>

Full name of the interface described in the IDL language. It has the following format:

PackageName.InterfaceName

Page top