_SDOPackage
クラス RangeType

java.lang.Object
  上位を拡張 _SDOPackage.RangeType
すべての実装されたインタフェース:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

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

_SDOPackage/RangeType.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
           
 
コンストラクタの概要
RangeType()
           
RangeType(Numeric _min, Numeric _max, boolean _min_inclusive, boolean _max_inclusive)
           
 
メソッドの概要
 
クラス 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
コンストラクタの詳細

RangeType

public RangeType()

RangeType

public RangeType(Numeric _min,
                 Numeric _max,
                 boolean _min_inclusive,
                 boolean _max_inclusive)