/[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.2 by audriusa, Tue Aug 2 08:25:40 2005 UTC revision 1.3 by audriusa, Sun Aug 7 17:17:43 2005 UTC
# Line 47  import java.io.Serializable; Line 47  import java.io.Serializable;
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,    extends DynValueCommonOperations, DynAny, IDLEntity, org.omg.CORBA.Object,
55    Serializable    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.2  
changed lines
  Added in v.1.3

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