< prev index next >

src/java.corba/share/classes/org/omg/CORBA/CompletionStatus.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 1996, 2000, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 38,51 **** * the <code>CompletionStatus</code> instances. These <code>int</code> * members make it possible to use a <code>switch</code> statement. * <P> * The class also contains two methods: * <UL> ! * <LI><code>public int <bold>value</bold>()</code> -- which accesses the * <code>value</code> field of a <code>CompletionStatus</code> object * <LI><code>public static CompletionStatus ! * <bold>from_int</bold>(int i)</code> -- * for creating an instance from one of the <code>int</code> members * </UL> * @see org.omg.CORBA.SystemException * @since JDK1.2 */ --- 38,51 ---- * the <code>CompletionStatus</code> instances. These <code>int</code> * members make it possible to use a <code>switch</code> statement. * <P> * The class also contains two methods: * <UL> ! * <LI><code>public int <b>value</b>()</code> -- which accesses the * <code>value</code> field of a <code>CompletionStatus</code> object * <LI><code>public static CompletionStatus ! * <b>from_int</b>(int i)</code> -- * for creating an instance from one of the <code>int</code> members * </UL> * @see org.omg.CORBA.SystemException * @since JDK1.2 */
< prev index next >