com.hp.hpl.jena.sdb.core
Interface Annotations

All Known Subinterfaces:
SqlExpr, SqlNode
All Known Implementing Classes:
AnnotationsBase, S_And, S_Equal, S_IsNotNull, S_IsNull, S_Like, S_Not, S_NotEqual, S_Or, S_Regex, SqlCoalesce, SqlColumn, SqlConstant, SqlExpr1, SqlExpr2, SqlExprBase, SqlFunction1, SqlJoin, SqlJoinInner, SqlJoinLeftOuter, SqlNodeBase, SqlNodeBase0, SqlNodeBase1, SqlNodeBase2, SqlProject, SqlRestrict, SqlSelectBlock, SqlSlice, SqlTable, SqlUnion

public interface Annotations


Method Summary
 void addNote(String s)
           
 void addNotes(List<String> annotations)
           
 List<String> getNotes()
           
 boolean hasNotes()
           
 boolean hasOneNote()
           
 

Method Detail

getNotes

List<String> getNotes()

addNote

void addNote(String s)

addNotes

void addNotes(List<String> annotations)

hasNotes

boolean hasNotes()

hasOneNote

boolean hasOneNote()


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