Package org.omg.CORBA
Class ValueMember
java.lang.Object
org.omg.CORBA.ValueMember
- All Implemented Interfaces:
Serializable
,IDLEntity
A description in the Interface Repository of
a member of a
value
object.-
Field Summary
FieldsModifier and TypeFieldDescriptionshort
The type of access (public, private) for thevalue
member described by thisValueMember
object.The repository ID of thevalue
in which this member is defined.The repository ID of thevalue
member described by thisValueMember
object;The name of thevalue
member described by thisValueMember
object.The type of of thisvalue
member.The typedef that represents the IDL type of thevalue
member described by thisValueMember
object.The version of thevalue
in which this member is defined. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
name
The name of thevalue
member described by thisValueMember
object. -
id
The repository ID of thevalue
member described by thisValueMember
object; -
defined_in
The repository ID of thevalue
in which this member is defined. -
version
The version of thevalue
in which this member is defined. -
type
The type of of thisvalue
member. -
type_def
The typedef that represents the IDL type of thevalue
member described by thisValueMember
object. -
access
public short accessThe type of access (public, private) for thevalue
member described by thisValueMember
object.
-
-
Constructor Details
-
ValueMember
public ValueMember()Constructs a defaultValueMember
object. -
ValueMember
public ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access) Constructs aValueMember
object initialized with the given values.- Parameters:
__name
- The name of thevalue
member described by thisValueMember
object.__id
- The repository ID of thevalue
member described by thisValueMember
object;__defined_in
- The repository ID of thevalue
in which this member is defined.__version
- The version of thevalue
in which this member is defined.__type
- The type of of thisvalue
member.__type_def
- The typedef that represents the IDL type of thevalue
member described by thisValueMember
object.__access
- The type of access (public, private) for thevalue
member described by thisValueMember
object.
-