KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > objectweb > fractal > api > InterfaceOperations


1 package org.objectweb.fractal.api;
2
3
4 /**
5   * Generated by SOFA CodeGen
6   * ::org::objectweb::fractal::api::Interface?nenya.ms.mff.cuni.cz!0
7   * Thursday, February 19, 2004 4:26:44 PM CET
8   */

9
10 public interface InterfaceOperations {
11   java.lang.String JavaDoc getFcItfName() ;
12   org.objectweb.fractal.api.Type getFcItfType() ;
13   org.objectweb.fractal.api.Component getFcItfOwner() ;
14   boolean isFcInternalItf() ;
15 }
16
Popular Tags