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

All Superinterfaces:
Serializable
All Known Subinterfaces:
IJLocal, IJRemote

public interface IJInterface
extends Serializable

IJInterface.

Author:
Gael Lalire

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

Method Detail

addInterface

void addInterface(String itf)
Add an interface.

Parameters:
itf - name of the interface (asm)

getInterfaces

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

contains

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


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