RTC
Class PortInterfaceProfile

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

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

RTC/PortInterfaceProfile.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
 java.lang.String instance_name
           
 PortInterfacePolarity polarity
           
 java.lang.String type_name
           
 
Constructor Summary
PortInterfaceProfile()
           
PortInterfaceProfile(java.lang.String _instance_name, java.lang.String _type_name, PortInterfacePolarity _polarity)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

instance_name

public java.lang.String instance_name

type_name

public java.lang.String type_name

polarity

public PortInterfacePolarity polarity
Constructor Detail

PortInterfaceProfile

public PortInterfaceProfile()

PortInterfaceProfile

public PortInterfaceProfile(java.lang.String _instance_name,
                            java.lang.String _type_name,
                            PortInterfacePolarity _polarity)