JavaTM Platform
Standard Ed. 6

org.omg.DynamicAny
인터페이스 DynValueCommonOperations

모든 슈퍼 인터페이스:
DynAnyOperations
기존의 서브 인터페이스의 일람:
DynValue , DynValueBox , DynValueBoxOperations , DynValueCommon , DynValueOperations
기존의 구현 클래스의 일람:
_DynValueStub


public interface DynValueCommonOperations
extends DynAnyOperations

DynValueCommon 는, DynValue 및 DynValueBox 인터페이스로 지원되는 오퍼레이션을 제공합니다.


메소드의 개요
 boolean is_null ()
          DynValueCommon 가 null 의 치 형을 나타내는 경우, true 를 돌려줍니다.
 void set_to_null ()
          DynValueCommon 의 표현을 null 의 치 형으로 변경합니다.
 void set_to_value ()
          null 의 치 형을, 새롭게 작성한 값으로 옮겨놓습니다.
 
인터페이스 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
 

메소드의 상세

is_null

boolean is_null()
DynValueCommon 가 null 의 치 형을 나타내는 경우, true 를 돌려줍니다.


set_to_null

void set_to_null()
DynValueCommon 의 표현을 null 의 치 형으로 변경합니다.


set_to_value

void set_to_value()
null 의 치 형을, 새롭게 작성한 값으로 옮겨놓습니다. 컴퍼넌트는, DynAnyFactory.create_dyn_any_from_type_code 의 디폴트 값에 초기화됩니다. DynValueCommon 가 null 이외의 치 형을 나타내는 경우, 이 오퍼레이션은 아무것도 하지 않습니다.


JavaTM Platform
Standard Ed. 6

버그의 보고와 기능의 요청
한층 더 자세한 API 레퍼런스 및 개발자 문서에 대해서는,Java SE 개발자용 문서를 참조해 주세요. 개발자전용의 상세한 해설, 개념의 개요, 용어의 정의, 버그의 회피책, 및 코드 실례가 포함되어 있습니다.

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms . Documentation Redistribution Policy 도 참조해 주세요.