org.omg.CosTradingRepos.ServiceTypeRepositoryPackage

Class TypeStruct

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class TypeStruct
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "TypeStruct"

Author:
JacORB IDL compiler

Field Summary

java.lang.String
if_name
IncarnationNumber
incarnation
boolean
masked
PropStruct[]
props
java.lang.String[]
super_types

Constructor Summary

TypeStruct()
TypeStruct(java.lang.String if_name, PropStruct[] props, java.lang.String[] super_types, boolean masked, IncarnationNumber incarnation)

Field Details

if_name

public java.lang.String if_name


incarnation

public IncarnationNumber incarnation


masked

public boolean masked


props

public PropStruct[] props


super_types

public java.lang.String[] super_types

Constructor Details

TypeStruct

public TypeStruct()


TypeStruct

public TypeStruct(java.lang.String if_name,
                  PropStruct[] props,
                  java.lang.String[] super_types,
                  boolean masked,
                  IncarnationNumber incarnation)