JavaTM 2
Platform
Std.  Ed.  v1. 4.0

org.omg.DynamicAny
ÀÎÅÍÆäÀ̽º DynValueBoxOperations

¸ðµç ½´ÆÛ ÀÎÅÍÆäÀ̽º:
DynAnyOperations , DynValueCommonOperations
±âÁ¸ÀÇ ¼­ºê ÀÎÅÍÆäÀ̽ºÀÇ À϶÷:
DynValueBox

public interface DynValueBoxOperations
extends DynValueCommonOperations

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
 

¸Þ¼ÒµåÀÇ »ó¼¼

get_boxed_value

public Any  get_boxed_value()
                    throws InvalidValue 
boxed Ä¡¸¦ Any ·Î µ¹·ÁÁÝ´Ï´Ù.

¿¹¿Ü:
InvalidValue - ÀÌ ¿ÀºêÁ§Æ®°¡ null Ä¡ÀÇ boxed ÇüÀ» ³ªÅ¸³»´Â °æ¿ì

set_boxed_value

public void set_boxed_value(Any  boxed)
                     throws TypeMismatch 
boxed ÇüÀ», ÁöÁ¤ÇÑ °ªÀ¸·Î ¿Å°Ü³õ½À´Ï´Ù. DynBoxedValue °¡ null ÀÇ Ä¡ ÇüÀ» ³ªÅ¸³»´Â °æ¿ì´Â null ÀÌ¿ÜÀÇ °ª¿¡ º¯È¯µË´Ï´Ù.

¿¹¿Ü:
TypeMismatch - ÀÌ ¿ÀºêÁ§Æ®°¡ null ÀÌ¿ÜÀÇ boxed ÇüÀ» ³ªÅ¸³», ÆÄ¶ó¹ÌÅÍÀÇ ÇüŰ¡ ÇöÀçÀÇ boxed Çü¿¡ ÀÏÄ¡ÇÏÁö ¾Ê´Â °æ¿ì

get_boxed_value_as_dyn_any

public DynAny  get_boxed_value_as_dyn_any()
                                  throws InvalidValue 
boxed Ä¡¸¦ DynAny ·Î µ¹·ÁÁÝ´Ï´Ù.

¿¹¿Ü:
InvalidValue - ÀÌ ¿ÀºêÁ§Æ®°¡ null Ä¡ÀÇ boxed ÇüÀ» ³ªÅ¸³»´Â °æ¿ì

set_boxed_value_as_dyn_any

public void set_boxed_value_as_dyn_any(DynAny  boxed)
                                throws TypeMismatch 
boxed ÇüÀ», ÆÄ¶ó¹ÌÅÍ¿¡ Æ÷ÇԵǴ °ªÀ¸·Î ¿Å°Ü³õ½À´Ï´Ù. DynBoxedValue °¡ null ÀÇ Ä¡ ÇüÀ» ³ªÅ¸³»´Â °æ¿ì´Â null ÀÌ¿ÜÀÇ °ª¿¡ º¯È¯µË´Ï´Ù.

¿¹¿Ü:
TypeMismatch - ÀÌ ¿ÀºêÁ§Æ®°¡ null ÀÌ¿ÜÀÇ boxed ÇüÀ» ³ªÅ¸³», ÆÄ¶ó¹ÌÅÍÀÇ ÇüŰ¡ ÇöÀçÀÇ boxed Çü¿¡ ÀÏÄ¡ÇÏÁö ¾Ê´Â °æ¿ì

JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

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.