|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.iris.Fissures.UnitRange
public abstract class UnitRange
A range of values associated with units.
Field Summary | |
---|---|
double |
max_value
|
double |
min_value
|
Unit |
the_units
|
Constructor Summary | |
---|---|
UnitRange()
|
Method Summary | |
---|---|
void |
_read(org.omg.CORBA.portable.InputStream in)
|
java.lang.String[] |
_truncatable_ids()
|
org.omg.CORBA.TypeCode |
_type()
|
void |
_write(org.omg.CORBA.portable.OutputStream out)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public Unit the_units
public double min_value
public double max_value
Constructor Detail |
---|
public UnitRange()
Method Detail |
---|
public java.lang.String[] _truncatable_ids()
_truncatable_ids
in interface org.omg.CORBA.portable.ValueBase
public void _read(org.omg.CORBA.portable.InputStream in)
_read
in interface org.omg.CORBA.portable.Streamable
public void _write(org.omg.CORBA.portable.OutputStream out)
_write
in interface org.omg.CORBA.portable.Streamable
public org.omg.CORBA.TypeCode _type()
_type
in interface org.omg.CORBA.portable.Streamable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |