- java.lang.Object
-
- org.omg.CORBA.StructMember
-
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class StructMember extends Object implements IDLEntity
Describes a member of an IDLstruct
in the Interface Repository, including the name of thestruct
member, the type of thestruct
member, and the typedef that represents the IDL type of thestruct
member described thestruct
member object.
-
-
Field Summary
Fields Modifier and Type Field and Description String
name
The name of the struct member described by thisStructMember
object.TypeCode
type
The type of the struct member described by thisStructMember
object.IDLType
type_def
The typedef that represents the IDL type of the struct member described by thisStructMember
object.
-
Constructor Summary
Constructors Constructor and Description StructMember()
Constructs a defaultStructMember
object.StructMember(String __name, TypeCode __type, IDLType __type_def)
Constructs aStructMember
object initialized with the given values.
-
-
-
Field Detail
-
name
public String name
The name of the struct member described by thisStructMember
object.
-
type
public TypeCode type
The type of the struct member described by thisStructMember
object.
-
type_def
public IDLType type_def
The typedef that represents the IDL type of the struct member described by thisStructMember
object.
-
-
Constructor Detail
-
StructMember
public StructMember()
Constructs a defaultStructMember
object.
-
StructMember
public StructMember(String __name, TypeCode __type, IDLType __type_def)
Constructs aStructMember
object initialized with the given values.- Parameters:
__name
- aString
object with the name of the struct member__type
- aTypeCode
object describing the type of the struct member__type_def
- anIDLType
object representing the IDL type of the struct member
-
-
Document created the 11/06/2005, last modified the 04/03/2020
Source of the printed document:https://www.gaudry.be/en/java-api-rf-org/omg/CORBA/StructMember.html
The infobrol is a personal site whose content is my sole responsibility. The text is available under CreativeCommons license (BY-NC-SA). More info on the terms of use and the author.
References
These references and links indicate documents consulted during the writing of this page, or which may provide additional information, but the authors of these sources can not be held responsible for the content of this page.
The author This site is solely responsible for the way in which the various concepts, and the freedoms that are taken with the reference works, are presented here. Remember that you must cross multiple source information to reduce the risk of errors.