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

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

Uses of PropStruct in org.omg.CosTradingRepos
 

Methods in org.omg.CosTradingRepos with parameters of type PropStruct
 IncarnationNumber _ServiceTypeRepositoryStub.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 IncarnationNumber ServiceTypeRepositoryPOATie.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 IncarnationNumber ServiceTypeRepositoryOperations.add_type(java.lang.String name, java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types)
           
 

Uses of PropStruct in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage
 

Fields in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage declared as PropStruct
 PropStruct ValueTypeRedefinition.definition_1
           
 PropStruct ValueTypeRedefinition.definition_2
           
 PropStruct[] TypeStruct.props
           
 PropStruct[] PropStructSeqHolder.value
           
 PropStruct PropStructHolder.value
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage that return PropStruct
static PropStruct[] PropStructSeqHelper.extract(Any any)
           
static PropStruct[] PropStructSeqHelper.read(InputStream _in)
           
static PropStruct PropStructHelper.extract(Any any)
           
static PropStruct PropStructHelper.read(InputStream in)
           
 

Methods in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type PropStruct
static void PropStructSeqHelper.insert(Any any, PropStruct[] s)
           
static void PropStructSeqHelper.write(OutputStream _out, PropStruct[] _s)
           
static void PropStructHelper.insert(Any any, PropStruct s)
           
static void PropStructHelper.write(OutputStream out, PropStruct s)
           
 

Constructors in org.omg.CosTradingRepos.ServiceTypeRepositoryPackage with parameters of type PropStruct
ValueTypeRedefinition(java.lang.String _reason, java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
           
ValueTypeRedefinition(java.lang.String type_1, PropStruct definition_1, java.lang.String type_2, PropStruct definition_2)
           
TypeStruct(java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types, boolean masked, IncarnationNumber incarnation)
           
PropStructSeqHolder(PropStruct[] initial)
           
PropStructHolder(PropStruct initial)