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

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

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

revision 1.1 by audriusa, Thu Jul 28 14:38:13 2005 UTC revision 1.2 by audriusa, Sun Jul 31 18:21:30 2005 UTC
# Line 1  Line 1 
1  /* DynFixedOperations.java --  /* DynFixedOperations.java --
2     Copyright (C) 2005 Free Software Foundation, Inc.     Copyright (C) 2005 Free Software Foundation, Inc.
   
3  This file is part of GNU Classpath.  This file is part of GNU Classpath.
4    
5  GNU Classpath is free software; you can redistribute it and/or modify  GNU Classpath is free software; you can redistribute it and/or modify
# Line 48  import org.omg.DynamicAny.DynAnyPackage. Line 47  import org.omg.DynamicAny.DynAnyPackage.
47   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithuania (AudriusA@Bioinformatics.org)
48   */   */
49  public interface DynFixedOperations  public interface DynFixedOperations
50      extends DynAnyOperations
51  {  {
52    /**    /**
53     * Get the value of the enclosed DynFixed, as string.     * Get the value of the enclosed DynFixed, as string.
# Line 66  public interface DynFixedOperations Line 66  public interface DynFixedOperations
66     * @return true if the passed value can be represented without the loss of     * @return true if the passed value can be represented without the loss of
67     * precision, false if some fractional digits were truncated.     * precision, false if some fractional digits were truncated.
68     */     */
69    boolean set_value(String fixed_value) throws TypeMismatch, InvalidValue;    boolean set_value(String fixed_value)
70        throws TypeMismatch, InvalidValue;
71  }  }

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