javaInterfaceAccess

The <javaInterfaceAccess> element provides the InterfaceModifiersopt for the interface access values declaration.

Description

The protected and private access modifiers pertain only to member interfaces within a directly enclosing class declaration. The syntax of the interface includes the declarations for the public modifiers, such as public, protected, or private.

Example

Click on the following link to open the Java API topic type example in
<javaInterface id="com.ibm.xtools.ras.impord.engine.tasks">
    <apiName>IImportEngineTask</apiName>
    <shortdesc>A unit of work executed during the import operation by the RAS import service.</shortdesc>
    <javaInterfaceDetail>
	    <javaInterfaceDef>	
	       <javaInterfaceAccess/>
      </javaInterfaceDef>
      <apiDesc> The work unit is executed in one of four distinct phases. 
               This interface is intended to be implemented by clients.</apiDesc>
    </javaInterfaceDetail>
    <related-links>
        <link>
           <linktext>"The reference documentation for the 'importEngineTask' extension point"</desc>
        </link>
        <link keyref="com.ibm.xtools.ras.impord.engine.tasks.AbstractImportEngineTask">
           <linktext>AbstractImportEngineTask</linktext>
        </link>
     </related-links>
</javaInterface>

Processing Expectations

Contained by

javaInterfaceDef

Content model

no content

Inheritance

topic/state reference/state apiRef/apiQualifier apiClassifier/apiQualifier