_SDOPackage
Class IntervalType
java.lang.Object
_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 .
IDL-to-Java �R���p�C�� (�|�[�^�u��), �o�[�W���� "3.1" ����
������: idl/ComponentObserver.idl
2011�N10��5�� 15��39��13�b JST
- See Also:
- Serialized Form
Methods inherited from class 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)