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 . IDL-to-Java コンパイラ (ポータブル), バージョン "3.1" で生成 生成元: idl/LogicalTimeTriggeredEC.idl 2015年3月20日 14時35分51秒 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)