VisiBroker for Java

org.omg.CORBA
Interface ConstantDefOperations

All Superinterfaces:
ContainedOperations, IRObjectOperations
All Known Subinterfaces:
ConstantDef

public interface ConstantDefOperations
extends ContainedOperations

Represents a constant definition that is stored in the interface repository. This interface provides methods for setting and obtaining the constant's type and value.


Method Summary
 IDLType type_def()
          The IDLType of this constant.
 void type_def(IDLType arg0)
          The IDLType of this constant.
 TypeCode type()
           
 Any value()
          An Any object that represents this object's value.
 void value(Any arg0)
          An Any object that represents this object's value.
 
Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
 
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
 

Method Detail

value

Any value()
An Any object that represents this object's value.


value

void value(Any arg0)
An Any object that represents this object's value.


type_def

IDLType type_def()
The IDLType of this constant.


type_def

void type_def(IDLType arg0)
The IDLType of this constant.


type

TypeCode type()
Returns:
the TypeCode representing the object's type

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online