_SDOPackage
Class DependencyType

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

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

_SDOPackage/DependencyType.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 _NO_DEPENDENCY
           
static int _OWN
           
static int _OWNED
           
static DependencyType NO_DEPENDENCY
           
static DependencyType OWN
           
static DependencyType OWNED
           
 
Constructor Summary
protected DependencyType(int value)
           
 
Method Summary
static DependencyType 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

_OWN

public static final int _OWN
See Also:
Constant Field Values

OWN

public static final DependencyType OWN

_OWNED

public static final int _OWNED
See Also:
Constant Field Values

OWNED

public static final DependencyType OWNED

_NO_DEPENDENCY

public static final int _NO_DEPENDENCY
See Also:
Constant Field Values

NO_DEPENDENCY

public static final DependencyType NO_DEPENDENCY
Constructor Detail

DependencyType

protected DependencyType(int value)
Method Detail

value

public int value()

from_int

public static DependencyType from_int(int value)