_SDOPackage
クラス IntervalType

java.lang.Object
  上位を拡張 _SDOPackage.IntervalType
すべての実装されたインタフェース:
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

関連項目:
直列化された形式

フィールドの概要
 Numeric max
           
 boolean max_inclusive
           
 Numeric min
           
 boolean min_inclusive
           
 Numeric step
           
 
コンストラクタの概要
IntervalType()
           
IntervalType(Numeric _min, Numeric _max, boolean _min_inclusive, boolean _max_inclusive, Numeric _step)
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

min

public Numeric min

max

public Numeric max

min_inclusive

public boolean min_inclusive

max_inclusive

public boolean max_inclusive

step

public Numeric step
コンストラクタの詳細

IntervalType

public IntervalType()

IntervalType

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