_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
- 関連項目:
- 直列化された形式
クラス 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)