Searched refs:TypeCode (Results 26 - 50 of 202) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DBooleanHolder.java100 * Retrieves the <code>TypeCode</code> object that corresponds to the
103 * @return the <code>TypeCode</code> for the value held
106 public TypeCode _type() {
H A DBooleanSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DByteHolder.java101 * Returns the TypeCode corresponding to the value held in
104 * @return the TypeCode of the value held in
107 public org.omg.CORBA.TypeCode _type() {
H A DCharHolder.java101 * Returns the <code>TypeCode</code> object corresponding
105 * @return the TypeCode of the value held in
108 public org.omg.CORBA.TypeCode _type() {
H A DCharSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DDoubleHolder.java100 * Return the <code>TypeCode</code> of this holder object.
102 * @return the <code>TypeCode</code> object.
104 public org.omg.CORBA.TypeCode _type() {
H A DDoubleSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DFixedHolder.java90 * Return the <code>TypeCode</code> of this holder object.
92 * @return the <code>TypeCode</code> object.
94 public org.omg.CORBA.TypeCode _type() {
H A DFloatHolder.java98 * Return the <code>TypeCode</code> of this Streamable.
100 * @return the <code>TypeCode</code> object.
102 public org.omg.CORBA.TypeCode _type() {
H A DFloatSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DIntHolder.java102 * Retrieves the <code>TypeCode</code> object that corresponds
109 public org.omg.CORBA.TypeCode _type() {
H A DLongHolder.java99 * Returns the <code>TypeCode</code> object
102 * @return the TypeCode of the value held in the holder
104 public org.omg.CORBA.TypeCode _type() {
H A DLongLongSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DLongSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DNameValuePairHelper.java54 private static org.omg.CORBA.TypeCode __typeCode = null;
56 synchronized public static org.omg.CORBA.TypeCode type ()
60 synchronized (org.omg.CORBA.TypeCode.class)
70 org.omg.CORBA.TypeCode _tcOf_members0 = null;
H A DObjectHolder.java102 * Returns the TypeCode corresponding to the value held in
105 * @return the TypeCode of the value held in
108 public org.omg.CORBA.TypeCode _type() {
H A DOctetSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DPrincipalHolder.java89 public org.omg.CORBA.TypeCode _type() {
H A DRequest.java123 * This list contains <code>TypeCode</code> objects describing the
233 * @param tc the <code>TypeCode</code> object containing type information
237 public abstract void set_return_type(TypeCode tc);
H A DShortHolder.java101 * Returns the TypeCode corresponding to the value held in
104 * @return the TypeCode of the value held in
107 public org.omg.CORBA.TypeCode _type() {
H A DShortSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DStringHolder.java100 * Retrieves the <code>TypeCode</code> object that corresponds to
106 public org.omg.CORBA.TypeCode _type() {
H A DULongLongSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DULongSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()
H A DUShortSeqHolder.java61 public org.omg.CORBA.TypeCode _type ()

Completed in 59 milliseconds

123456789