API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. ValueMember View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ValueMember
Implements
 IDLEntity
Subclasses
Description
publicfinal class ValueMember
A description in the Interface Repository of a member of a value object.
See also:   
Constructors
public ValueMember ()
Constructs a default ValueMember object.
public ValueMember (String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access)
  Constructs a ValueMember object initialized with the given values.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
public short access
The type of access (public, private) for the value member described by this ValueMember object.
public String defined_in
The repository ID of the value in which this member is defined.
public String id
The repository ID of the value member described by this ValueMember object;
public String name
The name of the value member described by this ValueMember object.
public TypeCode type
The type of of this value member.
public IDLType type_def
The typedef that represents the IDL type of the value member described by this ValueMember object.
public String version
The version of the value in which this member is defined.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar