©
本文档使用
php中文网手册 发布
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
@Deprecated public interface DynFixed
表示与 IDL fixed 类型关联的 DynAny 对象。
| 方法摘要 | |
|---|---|
byte[] |
get_value()
已过时。 返回此 DynFixed 对象表示的 fixed 类型的值。 |
void |
set_value(byte[] val)
已过时。 将给定 fixed 类型的实例设置为此 DynFixed 对象的值。 |
| 从接口 org.omg.CORBA.DynAny 继承的方法 |
|---|
assign, copy, current_component, destroy, from_any, get_any, get_boolean, get_char, get_double, get_float, get_long, get_longlong, get_octet, get_reference, get_short, get_string, get_typecode, get_ulong, get_ulonglong, get_ushort, get_val, get_wchar, get_wstring, insert_any, insert_boolean, insert_char, insert_double, insert_float, insert_long, insert_longlong, insert_octet, insert_reference, insert_short, insert_string, insert_typecode, insert_ulong, insert_ulonglong, insert_ushort, insert_val, insert_wchar, insert_wstring, next, rewind, seek, to_any, type |
| 从接口 org.omg.CORBA.Object 继承的方法 |
|---|
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
| 方法详细信息 |
|---|
byte[] get_value()
DynFixed 对象表示的 fixed 类型的值。
set_value(byte[])
void set_value(byte[] val)
throws InvalidValue
DynFixed 对象的值。
val - byte 数组形式的 fixed 类型值
InvalidValue - 如果给定参数错误get_value()
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
版权所有 2004 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策。