org.omg.IOP
クラス TaggedProfile

java.lang.Object
  |
  +--org.omg.IOP.TaggedProfile
すべての実装インタフェース:
IDLEntity, java.io.Serializable

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

関連項目:
直列化された形式

フィールドの概要
 byte[] profile_data
           
 int tag
           
 
コンストラクタの概要
TaggedProfile()
           
TaggedProfile(int _tag, byte[] _profile_data)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

tag

public int tag

profile_data

public byte[] profile_data
コンストラクタの詳細

TaggedProfile

public TaggedProfile(int _tag,
                     byte[] _profile_data)

TaggedProfile

public TaggedProfile()