YOKO API

Uses of Class
org.apache.schemas.yoko.bindings.corba.ArgType

Packages that use ArgType
org.apache.schemas.yoko.bindings.corba   
 

Uses of ArgType in org.apache.schemas.yoko.bindings.corba
 

Subclasses of ArgType in org.apache.schemas.yoko.bindings.corba
 class ParamType
          CORBA Param Type
 

Fields in org.apache.schemas.yoko.bindings.corba declared as ArgType
protected  ArgType OperationType._return
           
 

Methods in org.apache.schemas.yoko.bindings.corba that return ArgType
 ArgType ObjectFactory.createArgType()
          Create an instance of ArgType
 ArgType OperationType.getReturn()
          Gets the value of the return property.
 

Methods in org.apache.schemas.yoko.bindings.corba with parameters of type ArgType
 void OperationType.setReturn(ArgType value)
          Sets the value of the return property.
 


YOKO API

-