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