|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ValueMember
public final class ValueMember
The class, defining properties of the value member.
| Field Summary | |
|---|---|
short |
access
The type of access (public, private) of this value member. |
String |
defined_in
The repository ID of the value for that this member is defined |
String |
id
The repository ID of this value member itself. |
String |
name
The name of the value member. |
TypeCode |
type
The type of of this value member. |
IDLType |
type_def
The typedef that represents the IDL type of the value member. |
String |
version
The version of the value in which this member is defined. |
| Constructor Summary | |
|---|---|
ValueMember()
Create the value member with all fields initialised to default values (0 and null). |
|
ValueMember(String a_name,
String an_id,
String is_defined_in,
String a_version,
TypeCode a_type,
IDLType a_type_def,
short an_access)
Create the value member, specifying the field values. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public IDLType type_def
public String defined_in
public String id
public String name
public String version
public TypeCode type
public short access
PUBLIC_MEMBER.value or
PRIVATE_MEMBER.value.
| Constructor Detail |
|---|
public ValueMember()
null).
public ValueMember(String a_name,
String an_id,
String is_defined_in,
String a_version,
TypeCode a_type,
IDLType a_type_def,
short an_access)
a_name - name.an_id - id .is_defined_in - id of the value where the member is defined.a_version - version.a_type - tye.a_type_def - IDLType (typeded).an_access - accessibility scope. Can be equal to either
PUBLIC_MEMBER.value or PRIVATE_MEMBER.value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||