API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
org.omg.CORBA.
DynStruct
View Source
Author(s)
Since
Version
Serial
Hierarchy
Object
DynStruct
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
@Deprecated
public
interface DynStruct
The representation of a
DynAny
object that is associated with an IDL struct.
See also:
Methods
Hide/Show inherited methods
public
TCKind
current_member_kind
()
Returns the
TCKind
object that describes the kind of the current member.
Returns the
TCKind
object that describes the kind of
the current member.
Returns:
the
TCKind
object that describes the current member
public
String
current_member_name
()
During a traversal, returns the name of the current member.
During a traversal, returns the name of the current member.
Returns:
the string name of the current member
public
NameValuePair
get_members
()
Returns an array containing all the members of the stored struct.
Returns an array containing all the members of the stored struct.
Returns:
the array of name-value pairs
See Also:
DynStruct.set_members(org.omg.CORBA.NameValuePair[])
,
public
void
set_members
(
NameValuePair
value) throws
InvalidSeq
Set the members of the struct.
Set the members of the struct.
Parameters:
-
value
- the array of name-value pairs.
Throws:
-
org.omg.CORBA.DynAnyPackage.InvalidSeq
- if the given argument is invalid
See Also:
DynStruct.get_members()
,
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar