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 . Generated by the IDL-to-Java compiler (portable), version "3.2" from idl/OpenRTM.idl Thursday, March 3, 2011 3:01:41 PM JST

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

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

フィールドの詳細

name

public java.lang.String name

connector_id

public java.lang.String connector_id

ports

public PortService[] ports

properties

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

ConnectorProfile

public ConnectorProfile()

ConnectorProfile

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