RTC
Class PortProfile

java.lang.Object
  extended by RTC.PortProfile
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

RTC/PortProfile.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

See Also:
Serialized Form

Field Summary
 ConnectorProfile[] connector_profiles
           
 PortInterfaceProfile[] interfaces
           
 java.lang.String name
           
 RTObject owner
           
 PortService port_ref
           
 NameValue[] properties
           
 
Constructor Summary
PortProfile()
           
PortProfile(java.lang.String _name, PortInterfaceProfile[] _interfaces, PortService _port_ref, ConnectorProfile[] _connector_profiles, RTObject _owner, NameValue[] _properties)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name

interfaces

public PortInterfaceProfile[] interfaces

port_ref

public PortService port_ref

connector_profiles

public ConnectorProfile[] connector_profiles

owner

public RTObject owner

properties

public NameValue[] properties
Constructor Detail

PortProfile

public PortProfile()

PortProfile

public PortProfile(java.lang.String _name,
                   PortInterfaceProfile[] _interfaces,
                   PortService _port_ref,
                   ConnectorProfile[] _connector_profiles,
                   RTObject _owner,
                   NameValue[] _properties)