Lines Matching refs:TypeCode

45  * <LI>a <code>TypeCode</code> object describing the type of the data
47 * a <code>TypeCode</code> object for an array contains
50 * second field of the <code>TypeCode</code> object is itself a
51 * <code>TypeCode</code> object.)
115 * @return the <code>TypeCode</code> object containing type information
118 abstract public TypeCode type();
122 * to the given <code>TypeCode</code> object and clears its value.
131 * @param t the <code>TypeCode</code> object giving
135 abstract public void type(TypeCode t);
148 * @param t a <code>TypeCode</code> object containing type information
151 * @exception MARSHAL when the given <code>TypeCode</code> object is
155 abstract public void read_value(InputStream is, TypeCode t)
508 * @param t the <code>TypeCode</code> object that is to be inserted into
515 abstract public void insert_Value(java.io.Serializable v, TypeCode t)
523 * @param t the <code>TypeCode</code> object that is to be inserted into
530 abstract public void insert_Object(org.omg.CORBA.Object o, TypeCode t)
579 * Extracts the <code>TypeCode</code> object in this
582 * @return the <code>TypeCode</code> object stored in this <code>Any</code> object
584 * contains something other than a <code>TypeCode</code> object or the
587 abstract public TypeCode extract_TypeCode() throws BAD_OPERATION;
590 * Inserts the given <code>TypeCode</code> object
593 * @param t the <code>TypeCode</code> object to insert into this
596 abstract public void insert_TypeCode(TypeCode t);
708 * @param type the <code>TypeCode</code> object that is to be inserted into
716 public void insert_fixed(java.math.BigDecimal value, org.omg.CORBA.TypeCode type)