public class DynFixedImpl extends DynAnyBasicImpl implements DynFixed
| Modifier and Type | Field and Description |
|---|---|
protected Any |
any |
protected int |
index |
protected static int |
NO_INDEX |
protected ORB |
orb |
protected byte |
status |
protected static byte |
STATUS_DESTROYABLE |
protected static byte |
STATUS_DESTROYED |
protected static byte |
STATUS_UNDESTROYABLE |
protected ORBUtilSystemException |
wrapper |
| Modifier | Constructor and Description |
|---|---|
protected |
DynFixedImpl(ORB orb,
Any any,
boolean copyValue) |
protected |
DynFixedImpl(ORB orb,
TypeCode typeCode) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
protected void |
clearData() |
protected DynAnyFactory |
factory() |
String |
get_value()
Returns the value of a DynFixed.
|
protected Any |
getAny() |
protected Any |
getAny(DynAny dynAny) |
boolean |
set_value(String val)
Sets the value of the DynFixed.
|
protected void |
setStatus(byte newStatus) |
String |
toString() |
TypeCode |
type()
Returns the TypeCode associated with this DynAny object.
|
protected void |
writeAny(OutputStream out) |
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_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitassign, 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_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overrideprotected static final int NO_INDEX
protected static final byte STATUS_DESTROYABLE
protected static final byte STATUS_UNDESTROYABLE
protected static final byte STATUS_DESTROYED
protected ORB orb
protected ORBUtilSystemException wrapper
protected Any any
protected byte status
protected int index
public String get_value()
DynFixedOperationsget_value in interface DynFixedOperationspublic boolean set_value(String val) throws TypeMismatch, InvalidValue
DynFixedOperationsset_value in interface DynFixedOperationsTypeMismatch - If val does not contain a valid fixed-point literal or contains extraneous
characters other than leading or trailing white spaceInvalidValue - If val contains a value whose scale exceeds that of the DynFixed
or is not initializedprotected DynAnyFactory factory()
protected Any getAny()
protected void writeAny(OutputStream out)
protected void setStatus(byte newStatus)
protected void clearData()
public TypeCode type()
DynAnyOperationstype in interface DynAnyOperationspublic String[] _ids()
Copyright © 2018 JBoss by Red Hat. All rights reserved.