Uses of Class
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage.SpecifiedServiceTypes

Packages that use SpecifiedServiceTypes
org.omg.CosTradingRepos   
org.omg.CosTradingRepos.ServiceTypeRepositoryPackage   
 

Uses of SpecifiedServiceTypes in org.omg.CosTradingRepos
 

Methods in org.omg.CosTradingRepos with parameters of type SpecifiedServiceTypes
 java.lang.String[] _ServiceTypeRepositoryStub.list_types(SpecifiedServiceTypes which_types)
           
 java.lang.String[] ServiceTypeRepositoryPOATie.list_types(SpecifiedServiceTypes which_types)
           
 java.lang.String[] ServiceTypeRepositoryOperations.list_types(SpecifiedServiceTypes which_types)
           
 

Uses of SpecifiedServiceTypes in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
 

Fields in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage declared as SpecifiedServiceTypes
 SpecifiedServiceTypes SpecifiedServiceTypesHolder.value
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage that return SpecifiedServiceTypes
static SpecifiedServiceTypes SpecifiedServiceTypesHelper.extract(Any any)
           
static SpecifiedServiceTypes SpecifiedServiceTypesHelper.read(InputStream in)
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type SpecifiedServiceTypes
static void SpecifiedServiceTypesHelper.insert(Any any, SpecifiedServiceTypes s)
           
static void SpecifiedServiceTypesHelper.write(OutputStream out, SpecifiedServiceTypes s)
           
 

Constructors in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type SpecifiedServiceTypes
SpecifiedServiceTypesHolder(SpecifiedServiceTypes initial)