|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
DynValueBox ¿ÀºêÁ§Æ®¿¡ ÀÇÇØ, IDL ÀÇ boxed Ä¡ ÇüÀÇ Á¶ÀÛÀÌ ¼Æ÷Æ®µË´Ï´Ù. DynValueBox ÀÎÅÍÆäÀ̽º´Â null ¿Í null ÀÌ¿ÜÀÇ ¾çÂÊ ¸ðµÎÀÇ Ä¡ ÇüÀ» ³ªÅ¸³¾ ¼ö°¡ ÀÖ½À´Ï´Ù. null ÀÌ¿ÜÀÇ Ä¡ ÇüÀ» ³ªÅ¸³»´Â DynValueBox ÀÇ °æ¿ì, DynValueBox ¿¡´Â boxed ÇüÀÇ ÄÄÆÛ³ÍÆ®°¡ 1 °³ Æ÷ÇԵ˴ϴÙ. null ÀÇ Ä¡ ÇüÀ» ³ªÅ¸³»´Â DynValueBox ¿¡´Â ÄÄÆÛ³ÍÆ®´Â ¾ø°í, ÇöÀç À§Ä¡´Â -1 ÀÌ µË´Ï´Ù.
¸Þ¼ÒµåÀÇ °³¿ä | |
DynAny |
get_boxed_value_as_dyn_any ()
boxed Ä¡¸¦ DynAny ·Î µ¹·ÁÁÝ´Ï´Ù. |
Any |
get_boxed_value ()
boxed Ä¡¸¦ Any ·Î µ¹·ÁÁÝ´Ï´Ù. |
void |
set_boxed_value_as_dyn_any (DynAny boxed)
boxed ÇüÀ», ÆÄ¶ó¹ÌÅÍ¿¡ Æ÷ÇԵǴ °ªÀ¸·Î ¿Å°Ü³õ½À´Ï´Ù. |
void |
set_boxed_value (Any boxed)
boxed ÇüÀ», ÁöÁ¤ÇÑ °ªÀ¸·Î ¿Å°Ü³õ½À´Ï´Ù. |
ÀÎÅÍÆäÀ̽º org.omg.DynamicAny. DynValueCommonOperations ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
is_null , set_to_null , set_to_value |
ÀÎÅÍÆäÀ̽º org.omg.DynamicAny. DynAnyOperations ¿¡¼ »ó¼Ó¹ÞÀº ¸Þ¼Òµå |
assign , component_count , copy , current_component , destroy , equal , from_any , get_any , get_boolean , get_char , get_double , get_dyn_any , 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_dyn_any , 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 |
¸Þ¼ÒµåÀÇ »ó¼¼ |
public Any get_boxed_value() throws InvalidValue
InvalidValue
- ÀÌ ¿ÀºêÁ§Æ®°¡ null Ä¡ÀÇ boxed ÇüÀ» ³ªÅ¸³»´Â °æ¿ìpublic void set_boxed_value(Any boxed) throws TypeMismatch
TypeMismatch
- ÀÌ ¿ÀºêÁ§Æ®°¡ null ÀÌ¿ÜÀÇ boxed ÇüÀ» ³ªÅ¸³», ÆÄ¶ó¹ÌÅÍÀÇ ÇüŰ¡ ÇöÀçÀÇ boxed Çü¿¡ ÀÏÄ¡ÇÏÁö ¾Ê´Â °æ¿ìpublic DynAny get_boxed_value_as_dyn_any() throws InvalidValue
InvalidValue
- ÀÌ ¿ÀºêÁ§Æ®°¡ null Ä¡ÀÇ boxed ÇüÀ» ³ªÅ¸³»´Â °æ¿ìpublic void set_boxed_value_as_dyn_any(DynAny boxed) throws TypeMismatch
TypeMismatch
- ÀÌ ¿ÀºêÁ§Æ®°¡ null ÀÌ¿ÜÀÇ boxed ÇüÀ» ³ªÅ¸³», ÆÄ¶ó¹ÌÅÍÀÇ ÇüŰ¡ ÇöÀçÀÇ boxed Çü¿¡ ÀÏÄ¡ÇÏÁö ¾Ê´Â °æ¿ì
|
JavaTM 2 Platform Std. Ed. v1. 4.0 |
||||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||||
°³¿ä: »óÀÚ | Çʵå | constructor | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor | ¸Þ¼Òµå |
Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ ÀÖ¾î¼ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.