org.omg.IOP
Class TaggedProfile

java.lang.Object
  |
  +--org.omg.IOP.TaggedProfile
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

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
equals, 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)