org.ow2.util.ee.metadata.ejbjar.api.struct
Interface IJInterface

All Known Subinterfaces:
IJLocal, IJRemote

public interface IJInterface

IJInterface.

Author:
Gael Lalire

Method Summary
 void addInterface(java.lang.String itf)
          Add an interface.
 boolean contains(java.lang.String itf)
           
 java.util.List<java.lang.String> getInterfaces()
           
 

Method Detail

addInterface

void addInterface(java.lang.String itf)
Add an interface.

Parameters:
itf - name of the interface (asm)

getInterfaces

java.util.List<java.lang.String> getInterfaces()
Returns:
list of interfaces.

contains

boolean contains(java.lang.String itf)
Parameters:
itf - the name of an encoded interface.
Returns:
true if the interface is already in the list.


Copyright © 2007-2008 OW2 Consortium. All Rights Reserved.