All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.ConstantDescription
java.lang.Object
|
+----org.omg.CORBA.ConstantDescription
- public final class ConstantDescription
- extends Object
- Java Class org.omg.CORBA.ConstantDescription
- Source File org/omg/CORBA/ConstantDescription.java
- IDL Source File ir.idl
- IDL Absolute Name ::CORBA::ConstantDescription
- Repository Identifier IDL:omg.org/CORBA/ConstantDescription:1.0
IDL definition:
#pragma prefix "omg.org/CORBA"
struct ConstantDescription {
::CORBA::Identifier name;
::CORBA::RepositoryId id;
::CORBA::RepositoryId defined_in;
::CORBA::VersionSpec version;
TypeCode type;
any value;
};
defined_in-
id-
name-
type-
value-
version-
ConstantDescription()
-
ConstantDescription(String, String, String, String, TypeCode, Any)
-
name
public String name
id
public String id
defined_in
public String defined_in
version
public String version
type
public TypeCode type
value
public Any value
ConstantDescription
public ConstantDescription()
ConstantDescription
public ConstantDescription(String name,
String id,
String defined_in,
String version,
TypeCode type,
Any value)
All Packages Class Hierarchy This Package Previous Next Index