Package com.sun.org.omg.CORBA.portable
Interface ValueHelper
-
- All Superinterfaces:
BoxedValueHelper
@Deprecated public interface ValueHelper extends BoxedValueHelper
Deprecated.Deprecated by CORBA 2.3.An interface that is implemented by valuetype helper classes. This interface appeared in CORBA 2.3 drafts but was removed from the published CORBA 2.3 specification.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.Class
get_class()
Deprecated.java.lang.String[]
get_truncatable_base_ids()
Deprecated.TypeCode
get_type()
Deprecated.-
Methods inherited from interface org.omg.CORBA.portable.BoxedValueHelper
get_id, read_value, write_value
-
-
-
-
Method Detail
-
get_class
java.lang.Class get_class()
Deprecated.
-
get_truncatable_base_ids
java.lang.String[] get_truncatable_base_ids()
Deprecated.
-
get_type
TypeCode get_type()
Deprecated.
-
-