RTC
クラス ConnectorProfile

java.lang.Object
  上位を拡張 RTC.ConnectorProfile
すべての実装されたインタフェース:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class ConnectorProfile
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

RTC/ConnectorProfile.java . IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ���� ������: RTC.idl 2007�N9��5�� 19��07��10�b GMT

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

フィールドの概要
 java.lang.String connector_id
           
 java.lang.String name
           
 Port[] ports
           
 NameValue[] properties
           
 
コンストラクタの概要
ConnectorProfile()
           
ConnectorProfile(java.lang.String _name, java.lang.String _connector_id, Port[] _ports, NameValue[] _properties)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

name

public java.lang.String name

connector_id

public java.lang.String connector_id

ports

public Port[] ports

properties

public NameValue[] properties
コンストラクタの詳細

ConnectorProfile

public ConnectorProfile()

ConnectorProfile

public ConnectorProfile(java.lang.String _name,
                        java.lang.String _connector_id,
                        Port[] _ports,
                        NameValue[] _properties)