|
VisiBroker for Java |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ConstantDescription
public final class ConstantDescription
The ConstantDescription describes a constant that is stored in the interface repository.
| Field Summary | |
|---|---|
java.lang.String |
defined_in
This variable represents the repository id of the module or interface in which this constant is defined. |
java.lang.String |
id
This variable represents the repository id of the constant. |
java.lang.String |
name
This variable represents the name of the constant. |
TypeCode |
type
This variable represents the constant's IDL type. |
Any |
value
This variable represents the value of this constant. |
java.lang.String |
version
This variable represents the constant's version. |
| Constructor Summary | |
|---|---|
ConstantDescription()
|
|
ConstantDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
Any value)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String name
public java.lang.String id
public java.lang.String defined_in
public java.lang.String version
public TypeCode type
IDL type.
public Any value
| Constructor Detail |
|---|
public ConstantDescription()
public ConstantDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode type,
Any value)
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||