org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class TypeStruct

public final class TypeStruct extends Object implements IDLEntity

Struct definition: TypeStruct.

Author: OpenORB Compiler

Field Summary
Stringif_name
Struct member if_name
IncarnationNumberincarnation
Struct member incarnation
booleanmasked
Struct member masked
PropStruct[]props
Struct member props
String[]super_types
Struct member super_types
Constructor Summary
TypeStruct()
Default constructor
TypeStruct(String if_name, PropStruct[] props, String[] super_types, boolean masked, IncarnationNumber incarnation)
Constructor with fields initialization

Field Detail

if_name

public String if_name
Struct member if_name

incarnation

public IncarnationNumber incarnation
Struct member incarnation

masked

public boolean masked
Struct member masked

props

public PropStruct[] props
Struct member props

super_types

public String[] super_types
Struct member super_types

Constructor Detail

TypeStruct

public TypeStruct()
Default constructor

TypeStruct

public TypeStruct(String if_name, PropStruct[] props, String[] super_types, boolean masked, IncarnationNumber incarnation)
Constructor with fields initialization

Parameters: if_name if_name struct member props props struct member super_types super_types struct member masked masked struct member incarnation incarnation struct member