Uses of Class
_SDOPackage.IntervalType

Packages that use IntervalType
_SDOPackage   
 

Uses of IntervalType in _SDOPackage
 

Fields in _SDOPackage declared as IntervalType
 IntervalType IntervalTypeHolder.value
           
 

Methods in _SDOPackage that return IntervalType
 IntervalType AllowedValues.allowed_interval()
           
static IntervalType IntervalTypeHelper.extract(org.omg.CORBA.Any a)
           
static IntervalType IntervalTypeHelper.read(org.omg.CORBA.portable.InputStream istream)
           
 

Methods in _SDOPackage with parameters of type IntervalType
 void AllowedValues.allowed_interval(ComplexDataType discriminator, IntervalType value)
           
 void AllowedValues.allowed_interval(IntervalType value)
           
static void IntervalTypeHelper.insert(org.omg.CORBA.Any a, IntervalType that)
           
static void IntervalTypeHelper.write(org.omg.CORBA.portable.OutputStream ostream, IntervalType value)
           
 

Constructors in _SDOPackage with parameters of type IntervalType
IntervalTypeHolder(IntervalType initialValue)