All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ConstantDefHelper
interface ConstantDef : ::CORBA::Contained { readonly attribute TypeCode type; attribute ::CORBA::IDLType type_def; attribute any value; };
public ConstantDefHelper()
public static ConstantDef narrow(Object object)
public static ConstantDef bind(ORB orb)
public static ConstantDef bind(ORB orb, String name)
public static ConstantDef bind(ORB orb, String name, String host, BindOptions options)
public static ConstantDef read(InputStream _input)
public static void write(OutputStream _output, ConstantDef value)
public static void insert(Any any, ConstantDef value)
public static ConstantDef extract(Any any)
public static TypeCode type()
public static String id()
All Packages Class Hierarchy This Package Previous Next Index