Package org.omg.DynamicAny
Class DynFixedHelper
java.lang.Object
org.omg.DynamicAny.DynFixedHelper
DynFixed objects support the manipulation of IDL fixed values.
Because IDL does not have a generic type that can represent fixed types with arbitrary
number of digits and arbitrary scale, the operations use the IDL string type.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic DynFixed
static String
id()
static void
static DynFixed
static DynFixed
read
(InputStream istream) static TypeCode
type()
static DynFixed
unchecked_narrow
(Object obj) static void
write
(OutputStream ostream, DynFixed value)
-
Field Details
-
_id
-
__typeCode
-
-
Constructor Details
-
DynFixedHelper
public DynFixedHelper()
-
-
Method Details
-
insert
-
extract
-
type
-
id
-
read
-
write
-
narrow
-
unchecked_narrow
-