_SDOPackage
Class IntervalType

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

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

_SDOPackage/IntervalType.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
 Numeric max
           
 boolean max_inclusive
           
 Numeric min
           
 boolean min_inclusive
           
 Numeric step
           
 
Constructor Summary
IntervalType()
           
IntervalType(Numeric _min, Numeric _max, boolean _min_inclusive, boolean _max_inclusive, Numeric _step)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

min

public Numeric min

max

public Numeric max

min_inclusive

public boolean min_inclusive

max_inclusive

public boolean max_inclusive

step

public Numeric step
Constructor Detail

IntervalType

public IntervalType()

IntervalType

public IntervalType(Numeric _min,
                    Numeric _max,
                    boolean _min_inclusive,
                    boolean _max_inclusive,
                    Numeric _step)