RTC
Class PortInterfacePolarity

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

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

RTC/PortInterfacePolarity.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
static int _PROVIDED
           
static int _REQUIRED
           
static PortInterfacePolarity PROVIDED
           
static PortInterfacePolarity REQUIRED
           
 
Constructor Summary
protected PortInterfacePolarity(int value)
           
 
Method Summary
static PortInterfacePolarity from_int(int value)
           
 int value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_PROVIDED

public static final int _PROVIDED
See Also:
Constant Field Values

PROVIDED

public static final PortInterfacePolarity PROVIDED

_REQUIRED

public static final int _REQUIRED
See Also:
Constant Field Values

REQUIRED

public static final PortInterfacePolarity REQUIRED
Constructor Detail

PortInterfacePolarity

protected PortInterfacePolarity(int value)
Method Detail

value

public int value()

from_int

public static PortInterfacePolarity from_int(int value)