Interface org.omg.CORBA.ConstantDef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.ConstantDef

public interface ConstantDef
extends Object
extends Object, Contained
A ConstantDef object defines a named constant.

Method Index

 o type()
 o type_def()
 o type_def(IDLType)
 o value()
 o value(Any)

Methods

 o type
  public abstract TypeCode type() throws SystemException
 o type_def
  public abstract IDLType type_def() throws SystemException
 o type_def
  public abstract void type_def(IDLType arg) throws SystemException
 o value
  public abstract Any value() throws SystemException
 o value
  public abstract void value(Any arg) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index