public class _DynEnumStub extends ObjectImpl implements DynEnum, Serializable
| Modifier and Type | Field and Description |
|---|---|
static Class |
_opsClass
The purpose and value of this field are not documented.
|
| Constructor and Description |
|---|
_DynEnumStub()
Create the DynEnum stub.
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids()
Return the array of repository ids for this object.
|
void |
assign(DynAny _0)
The remote call of DynAny methods is not possible.
|
int |
component_count()
The remote call of DynAny methods is not possible.
|
DynAny |
copy()
The remote call of DynAny methods is not possible.
|
DynAny |
current_component()
The remote call of DynAny methods is not possible.
|
void |
destroy()
The remote call of DynAny methods is not possible.
|
boolean |
equal(DynAny _0)
The remote call of DynAny methods is not possible.
|
void |
from_any(Any _0)
The remote call of DynAny methods is not possible.
|
Any |
get_any()
The remote call of DynAny methods is not possible.
|
String |
get_as_string()
The remote call of DynEnum methods is not possible.
|
int |
get_as_ulong()
The remote call of DynEnum methods is not possible.
|
boolean |
get_boolean()
The remote call of DynAny methods is not possible.
|
char |
get_char()
The remote call of DynAny methods is not possible.
|
double |
get_double()
The remote call of DynAny methods is not possible.
|
DynAny |
get_dyn_any()
The remote call of DynAny methods is not possible.
|
float |
get_float()
The remote call of DynAny methods is not possible.
|
int |
get_long()
The remote call of DynAny methods is not possible.
|
long |
get_longlong()
The remote call of DynAny methods is not possible.
|
byte |
get_octet()
The remote call of DynAny methods is not possible.
|
Object |
get_reference()
The remote call of DynAny methods is not possible.
|
short |
get_short()
The remote call of DynAny methods is not possible.
|
String |
get_string()
The remote call of DynAny methods is not possible.
|
TypeCode |
get_typecode()
The remote call of DynAny methods is not possible.
|
int |
get_ulong()
The remote call of DynAny methods is not possible.
|
long |
get_ulonglong()
The remote call of DynAny methods is not possible.
|
short |
get_ushort()
The remote call of DynAny methods is not possible.
|
Serializable |
get_val()
The remote call of DynAny methods is not possible.
|
char |
get_wchar()
The remote call of DynAny methods is not possible.
|
String |
get_wstring()
The remote call of DynAny methods is not possible.
|
void |
insert_any(Any _0)
The remote call of DynAny methods is not possible.
|
void |
insert_boolean(boolean _0)
The remote call of DynAny methods is not possible.
|
void |
insert_char(char _0)
The remote call of DynAny methods is not possible.
|
void |
insert_double(double _0)
The remote call of DynAny methods is not possible.
|
void |
insert_dyn_any(DynAny _0)
The remote call of DynAny methods is not possible.
|
void |
insert_float(float _0)
The remote call of DynAny methods is not possible.
|
void |
insert_long(int _0)
The remote call of DynAny methods is not possible.
|
void |
insert_longlong(long _0)
The remote call of DynAny methods is not possible.
|
void |
insert_octet(byte _0)
The remote call of DynAny methods is not possible.
|
void |
insert_reference(Object _0)
The remote call of DynAny methods is not possible.
|
void |
insert_short(short _0)
The remote call of DynAny methods is not possible.
|
void |
insert_string(String _0)
The remote call of DynAny methods is not possible.
|
void |
insert_typecode(TypeCode _0)
The remote call of DynAny methods is not possible.
|
void |
insert_ulong(int _0)
The remote call of DynAny methods is not possible.
|
void |
insert_ulonglong(long _0)
The remote call of DynAny methods is not possible.
|
void |
insert_ushort(short _0)
The remote call of DynAny methods is not possible.
|
void |
insert_val(Serializable _0)
The remote call of DynAny methods is not possible.
|
void |
insert_wchar(char _0)
The remote call of DynAny methods is not possible.
|
void |
insert_wstring(String _0)
The remote call of DynAny methods is not possible.
|
boolean |
next()
The remote call of DynAny methods is not possible.
|
void |
rewind()
The remote call of DynAny methods is not possible.
|
boolean |
seek(int _0)
The remote call of DynAny methods is not possible.
|
void |
set_as_string(String _0)
The remote call of DynEnum methods is not possible.
|
void |
set_as_ulong(int _0)
The remote call of DynEnum methods is not possible.
|
Any |
to_any()
The remote call of DynAny methods is not possible.
|
TypeCode |
type()
The remote call of DynAny methods is not possible.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, toStringclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic _DynEnumStub()
public String[] _ids()
_ids in class ObjectImplpublic String get_as_string()
get_as_string in interface DynEnumOperationsMARSHAL, - always.public int get_as_ulong()
get_as_ulong in interface DynEnumOperationsMARSHAL, - always.public void set_as_string(String _0) throws InvalidValue
set_as_string in interface DynEnumOperationsMARSHAL, - always.InvalidValue - if the passed string is not one of the allowed values
for this enumeration.public void set_as_ulong(int _0) throws InvalidValue
set_as_ulong in interface DynEnumOperationsMARSHAL, - always.InvalidValue - if the passed string is not one of the allowed values
for this enumeration.public TypeCode type()
type in interface DynAnyOperationsAny or null typecode if no
has been yet inserted.MARSHAL, - always.public boolean next()
next in interface DynAnyOperationsMARSHAL, - always.public void destroy()
destroy in interface DynAnyOperationsMARSHAL, - always.public DynAny copy()
copy in interface DynAnyOperationsMARSHAL, - always.public void rewind()
rewind in interface DynAnyOperationsMARSHAL, - always.public void assign(DynAny _0) throws TypeMismatch
assign in interface DynAnyOperations_0 - the DynAny to copy from.MARSHAL, - always.TypeMismatch - if the source DynAny is invalid.public int component_count()
component_count in interface DynAnyOperationsMARSHAL, - always.public DynAny current_component() throws TypeMismatch
current_component in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if called on DynAny that cannot have active
components, like DynEnum.public boolean equal(DynAny _0)
equal in interface DynAnyOperationsMARSHAL, - always.public void from_any(Any _0) throws TypeMismatch, InvalidValue
from_any in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if the type of this DynAny differs from the type of
the passed Any. The DynAny cannot be reused with the enclosed type
different from that it was initially created.InvalidValue - if the value, stored in the passed parameter, is
otherwise invalid.public Any get_any() throws TypeMismatch, InvalidValue
get_any in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if the typecode of the accessed Any is not the same as
the typecode of this DynAny.InvalidValuepublic boolean get_boolean() throws TypeMismatch, InvalidValue
get_boolean in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic char get_char() throws TypeMismatch, InvalidValue
get_char in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic double get_double() throws TypeMismatch, InvalidValue
get_double in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic DynAny get_dyn_any() throws TypeMismatch, InvalidValue
get_dyn_any in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if the wrapped Any does not store another Any.InvalidValue - if the current position points nowhere.public float get_float() throws TypeMismatch, InvalidValue
get_float in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic int get_long() throws TypeMismatch, InvalidValue
get_long in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic long get_longlong() throws TypeMismatch, InvalidValue
get_longlong in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic byte get_octet() throws TypeMismatch, InvalidValue
get_octet in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic Object get_reference() throws TypeMismatch, InvalidValue
get_reference in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic short get_short() throws TypeMismatch, InvalidValue
get_short in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic String get_string() throws TypeMismatch, InvalidValue
get_string in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic TypeCode get_typecode() throws TypeMismatch, InvalidValue
get_typecode in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic int get_ulong() throws TypeMismatch, InvalidValue
get_ulong in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic long get_ulonglong() throws TypeMismatch, InvalidValue
get_ulonglong in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic short get_ushort() throws TypeMismatch, InvalidValue
get_ushort in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic Serializable get_val() throws TypeMismatch, InvalidValue
get_val in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic char get_wchar() throws TypeMismatch, InvalidValue
get_wchar in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic String get_wstring() throws TypeMismatch, InvalidValue
get_wstring in interface DynAnyOperationsMARSHAL, - always.TypeMismatch - if this DynAny holds the value of the different type.InvalidValuepublic void insert_any(Any _0) throws TypeMismatch, InvalidValue
insert_any in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_boolean(boolean _0) throws TypeMismatch, InvalidValue
insert_boolean in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_char(char _0) throws TypeMismatch, InvalidValue
insert_char in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_double(double _0) throws TypeMismatch, InvalidValue
insert_double in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_dyn_any(DynAny _0) throws TypeMismatch, InvalidValue
insert_dyn_any in interface DynAnyOperations_0 - a value to insert.MARSHAL, - always.TypeMismatch - if the component at the current position has a
different type.InvalidValue - if the current position points nowhere.public void insert_float(float _0) throws TypeMismatch, InvalidValue
insert_float in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_long(int _0) throws TypeMismatch, InvalidValue
insert_long in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_longlong(long _0) throws TypeMismatch, InvalidValue
insert_longlong in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_octet(byte _0) throws TypeMismatch, InvalidValue
insert_octet in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_reference(Object _0) throws TypeMismatch, InvalidValue
insert_reference in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_short(short _0) throws TypeMismatch, InvalidValue
insert_short in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_string(String _0) throws TypeMismatch, InvalidValue
insert_string in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_typecode(TypeCode _0) throws TypeMismatch, InvalidValue
insert_typecode in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_ulong(int _0) throws TypeMismatch, InvalidValue
insert_ulong in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_ulonglong(long _0) throws TypeMismatch, InvalidValue
insert_ulonglong in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_ushort(short _0) throws TypeMismatch, InvalidValue
insert_ushort in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_val(Serializable _0) throws TypeMismatch, InvalidValue
insert_val in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_wchar(char _0) throws TypeMismatch, InvalidValue
insert_wchar in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic void insert_wstring(String _0) throws TypeMismatch, InvalidValue
insert_wstring in interface DynAnyOperations_0 - the value being inserted.MARSHAL, - always.InvalidValue - if the value type does not match the typecode of the
enclosed Any.TypeMismatchpublic boolean seek(int _0)
seek in interface DynAnyOperations_0 - the number of the internal component on that the internal pointer
must be focused.MARSHAL, - always.public Any to_any()
to_any in interface DynAnyOperationsAny.MARSHAL, - always.