org.omg.CSI
クラス AuthorizationElement

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

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

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

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

フィールドの詳細

the_type

public int the_type

the_element

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

AuthorizationElement

public AuthorizationElement(int _the_type,
                            byte[] _the_element)

AuthorizationElement

public AuthorizationElement()