fr.fluxmedia.transmorpher.TProcessFactory
Class TChannel
java.lang.Object
|
+--fr.fluxmedia.transmorpher.TProcessFactory.TChannel
- public class TChannel
- extends Object
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
in
protected Object in
out
protected Object out
type
protected int type
name
protected String name
TChannel
public TChannel(String name,
Object out,
Object in)
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()
..no bottom yet...