/[cashew-s-editor]/cashews/src/nongnu/cashews/rdf/Literal.java
ViewVC logotype

Diff of /cashews/src/nongnu/cashews/rdf/Literal.java

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

revision 1.4 by gnu_andrew, Mon Apr 4 00:59:33 2005 UTC revision 1.5 by gnu_andrew, Tue Apr 5 16:48:53 2005 UTC
# Line 69  public class Literal Line 69  public class Literal
69    }    }
70    
71    /**    /**
72       * Constructs a <code>Literal</code> using the specified lexical form
73       * and type.
74       *
75       * @param lexicalForm the lexical form of this literal.
76       * @param type the type of this literal.
77       */
78      public Literal(String lexicalForm, Type type)
79      {
80        this(lexicalForm);
81        setType(type);
82      }
83    
84      /**
85     * Returns a textual representation of the literal.     * Returns a textual representation of the literal.
86     *     *
87     * @return a textual representation.     * @return a textual representation.

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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