org.jacorb.orb.dynany
Class DynFixed

java.lang.Object
  extended byorg.omg.CORBA.LocalObject
      extended byorg.jacorb.orb.dynany.DynAny
          extended byorg.jacorb.orb.dynany.DynFixed
All Implemented Interfaces:
DynAny, DynAnyOperations, DynFixed, DynFixedOperations, IDLEntity, Object, java.io.Serializable

public final class DynFixed
extends DynAny
implements DynFixed

CORBA DynFixed Written by Jason Courage

Author:
Jason Courage, PrismTech Ltd, March 2002 $Id: DynFixed.java,v 1.7 2004/05/06 12:40:00 nicolas Exp $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jacorb.orb.dynany.DynAny
dynFactory, limit, orb, pos, type
 
Method Summary
 void from_any(Any value)
          Overrides from_any() in DynAny
 java.lang.String get_value()
           
protected  Any getRepresentation()
          returns the DynAny's internal any representation, overwritten in subclasses that represent constructed types and need to traverse structures.
 boolean set_value(java.lang.String val)
           
 
Methods inherited from class org.jacorb.orb.dynany.DynAny
assign, checkDestroyed, component_count, copy, current_component, destroy, equal, 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
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.omg.DynamicAny.DynAnyOperations
assign, component_count, copy, current_component, destroy, equal, 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_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_wchar, insert_wstring, next, rewind, seek, to_any, type
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 

Method Detail

from_any

public void from_any(Any value)
              throws InvalidValue,
                     TypeMismatch
Overrides from_any() in DynAny

Specified by:
from_any in interface DynAnyOperations
Overrides:
from_any in class DynAny
Throws:
InvalidValue
TypeMismatch

get_value

public java.lang.String get_value()
Specified by:
get_value in interface DynFixedOperations

set_value

public boolean set_value(java.lang.String val)
                  throws TypeMismatch,
                         InvalidValue
Specified by:
set_value in interface DynFixedOperations
Throws:
TypeMismatch
InvalidValue

getRepresentation

protected Any getRepresentation()
Description copied from class: DynAny
returns the DynAny's internal any representation, overwritten in subclasses that represent constructed types and need to traverse structures.

Overrides:
getRepresentation in class DynAny