org.apache.yoko.orb.OB
Class ParameterDesc

java.lang.Object
  extended by org.apache.yoko.orb.OB.ParameterDesc

public final class ParameterDesc
extends Object


Field Summary
 int mode
           
 Streamable param
           
 TypeCode tc
           
 
Constructor Summary
ParameterDesc(Streamable param, TypeCode tc, int mode)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

param

public Streamable param

tc

public TypeCode tc

mode

public int mode
Constructor Detail

ParameterDesc

public ParameterDesc(Streamable param,
                     TypeCode tc,
                     int mode)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.