corba/src/share/classes/org/omg/CORBA/TCKind.java
changeset 4623 e3aaa29eff65
parent 4 02bb8761fcce
child 5555 b2b5ed3f0d0d
equal deleted inserted replaced
4554:e9c98378f6b9 4623:e3aaa29eff65
   543     * according to the OMG specification. Use {@link #from_int(int)} instead.
   543     * according to the OMG specification. Use {@link #from_int(int)} instead.
   544     *
   544     *
   545     * @param  _value the <code>int</code> to convert.  It must be one of
   545     * @param  _value the <code>int</code> to convert.  It must be one of
   546     *         the <code>int</code> constants in the class
   546     *         the <code>int</code> constants in the class
   547     *         <code>TCKind</code>.
   547     *         <code>TCKind</code>.
   548     * @return  a new <code>TCKind</code> instance whose <code>value</code>
       
   549     * field matches the given <code>int</code>
       
   550     */
   548     */
   551     @Deprecated
   549     @Deprecated
   552     protected TCKind(int _value){
   550     protected TCKind(int _value){
   553         this._value = _value;
   551         this._value = _value;
   554     }
   552     }