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