org.omg.IOP

Class TaggedProfile

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "TaggedProfile"

Author:
JacORB IDL compiler

Field Summary

byte[]
profile_data
int
tag

Constructor Summary

TaggedProfile()
TaggedProfile(int tag, byte[] profile_data)

Field Details

profile_data

public byte[] profile_data


tag

public int tag

Constructor Details

TaggedProfile

public TaggedProfile()


TaggedProfile

public TaggedProfile(int tag,
                     byte[] profile_data)