JavaTM Platform
Standard Ed. 6

org.omg.CORBA
인터페이스 DynFixed

모든 슈퍼 인터페이스:
DynAny , Object


추천 되고 있지 않습니다.  대신에 새로운 DynFixed 를 사용해 주세요.

@Deprecated 
public interface DynFixed
extends Object , DynAny

IDL 의 fixed 형에 관련하고 있는 DynAny 객체를 나타냅니다.


메소드의 개요
 byte[] get_value ()
          추천 되고 있지 않습니다.  이 DynFixed 객체로 나타내진 fixed 형의 값을 돌려줍니다.
 void set_value (byte[] val)
          추천 되고 있지 않습니다.  이 DynFixed 객체의 값으로서 지정한 fixed 형의 인스턴스를 설정합니다.
 
인터페이스 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
 

메소드의 상세

get_value

byte[] get_value()
추천 되고 있지 않습니다.  
DynFixed 객체로 나타내진 fixed 형의 값을 돌려줍니다.

반환값:
byte 배열의 값
관련 항목:
set_value(byte[])

set_value

void set_value(byte[] val)
               throws InvalidValue 
추천 되고 있지 않습니다.  
DynFixed 객체의 값으로서 지정한 fixed 형의 인스턴스를 설정합니다.

파라미터:
val - byte 배열로서의 fixed 형의 값
예외:
InvalidValue - 지정했다 인수가 무효인 경우
관련 항목:
get_value()

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 도 참조해 주세요.