/[classpath]/classpath/org/omg/DynamicAny/DynValueCommon.java
ViewVC logotype

Diff of /classpath/org/omg/DynamicAny/DynValueCommon.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by audriusa, Sun Jul 31 18:33:21 2005 UTC revision 1.2 by audriusa, Tue Aug 2 08:25:40 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.DynamicAny;  package org.omg.DynamicAny;
40    
41    import org.omg.CORBA.portable.IDLEntity;
42    
43    import java.io.Serializable;
44    
45  /**  /**
46   * Defines DynAny that may hold CORBA <code>null</code>. The   * Defines DynAny that may hold CORBA <code>null</code>. The
47   * {@link DynValueCommonOperations} provides methods for setting the value to   * {@link DynValueCommonOperations} provides methods for setting the value to
48   * <code>null</code> or non-<code>null</code> and checking if the value is   * <code>null</code> or non-<code>null</code> and checking if the value is
49   * <code>null</code>.   * <code>null</code>.
50   *   *
51   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
52   */   */
53  public interface DynValueCommon  public interface DynValueCommon
54      extends DynValueOperations, DynAny, IDLEntity, org.omg.CORBA.Object,
55      Serializable
56  {  {
57    /**    /**
58     * Check if this {@link DynAny} is holding the <code>null</code>.     * Check if this {@link DynAny} is holding the <code>null</code>.
59     *     *
60     * @return true if this {@link DynAny} is holding the <code>null</code>,     * @return true if this {@link DynAny} is holding the <code>null</code>,
61     * false otherwise.     * false otherwise.
62     */     */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26