INRIA & FluxMedia

fr.fluxmedia.transmorpher.TProcessFactory
Class TChannel

java.lang.Object
  |
  +--fr.fluxmedia.transmorpher.TProcessFactory.TChannel

public class TChannel
extends Object


Field Summary
protected  Object in
           
protected  String name
           
protected  Object out
           
protected  int type
           
 
Constructor Summary
TChannel(String name, Object out, Object in)
           
 
Method Summary
 Object getIn()
           
 String getName()
           
 Object getOut()
           
 int getType()
           
 void setIn(Object out)
           
 void setName(String name)
           
 void setOut(Object out)
           
 void setType(int type)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

in

protected Object in

out

protected Object out

type

protected int type

name

protected String name
Constructor Detail

TChannel

public TChannel(String name,
                Object out,
                Object in)
Method Detail

setType

public void setType(int type)

setOut

public void setOut(Object out)

setIn

public void setIn(Object out)

setName

public void setName(String name)

getName

public String getName()

getIn

public Object getIn()

getOut

public Object getOut()

getType

public int getType()

INRIA & FluxMedia

..no bottom yet...