org.omg.IOP
Class TaggedProfile

java.lang.Object
  extended byorg.omg.IOP.TaggedProfile
All 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
See Also:
Serialized Form

Field Summary
 byte[] profile_data
           
 int tag
           
 
Constructor Summary
TaggedProfile()
           
TaggedProfile(int tag, byte[] profile_data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tag

public int tag

profile_data

public byte[] profile_data
Constructor Detail

TaggedProfile

public TaggedProfile()

TaggedProfile

public TaggedProfile(int tag,
                     byte[] profile_data)