jp.go.aist.rtm.RTC.port
クラス ConnectorBase.Profile
java.lang.Object
jp.go.aist.rtm.RTC.port.ConnectorBase.Profile
- 含まれているクラス:
- ConnectorBase
public static class ConnectorBase.Profile
- extends java.lang.Object
Profile
local representation of Connector profile
ConnectorProfile struct for ConnectorBase and its subclasses.
クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
id
public java.lang.String id
ports
public java.util.Vector<java.lang.String> ports
properties
public Properties properties
ConnectorBase.Profile
public ConnectorBase.Profile(java.lang.String name_,
java.lang.String id_,
java.util.Vector<java.lang.String> ports_,
Properties properties_)