org.objectweb.fractal.explorer.context
Class InterfaceWrapper
java.lang.Object
org.objectweb.fractal.explorer.context.InterfaceWrapper
- Direct Known Subclasses:
- ClientInterfaceWrapper
public class InterfaceWrapper
- extends Object
Basic interface wrapper.
- Version:
- 0.1
- Author:
- Romain Rouvoy
Field Summary |
protected Interface |
itf
the wrapped interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
itf
protected Interface itf
- the wrapped interface.
InterfaceWrapper
public InterfaceWrapper(Interface itf)
- Default constructor.
- Parameters:
itf
- the interface to wrap.
getItf
public Interface getItf()
- Returns:
- Returns the itf.
setItf
public void setItf(Interface itf)
- Parameters:
itf
- The itf to set.