com.hp.hpl.jena.sdb.core
Class AnnotationsBase
java.lang.Object
com.hp.hpl.jena.sdb.core.AnnotationsBase
- All Implemented Interfaces:
- Annotations
- Direct Known Subclasses:
- SqlExprBase, SqlNodeBase
public class AnnotationsBase
- extends Object
- implements Annotations
AnnotationsBase
public AnnotationsBase()
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.