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