com.hp.hpl.jena.sdb.core
Class AnnotationsBase

java.lang.Object
  extended by com.hp.hpl.jena.sdb.core.AnnotationsBase
All Implemented Interfaces:
Annotations
Direct Known Subclasses:
SqlExprBase, SqlNodeBase

public class AnnotationsBase
extends Object
implements Annotations


Constructor Summary
AnnotationsBase()
           
 
Method Summary
 void addNote(String s)
           
 void addNotes(List<String> annotations)
           
 List<String> getNotes()
           
 boolean hasNotes()
           
 boolean hasOneNote()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationsBase

public AnnotationsBase()
Method Detail

getNotes

public List<String> getNotes()
Specified by:
getNotes in interface Annotations

hasNotes

public boolean hasNotes()
Specified by:
hasNotes in interface Annotations

hasOneNote

public boolean hasOneNote()
Specified by:
hasOneNote in interface Annotations

addNote

public void addNote(String s)
Specified by:
addNote in interface Annotations

addNotes

public void addNotes(List<String> annotations)
Specified by:
addNotes in interface Annotations


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.