Uses of Class
org.jtheque.core.utils.db.DaoNotes.NoteType

Packages that use DaoNotes.NoteType
org.jtheque.core.utils.db Contains the objects types for the database. 
 

Uses of DaoNotes.NoteType in org.jtheque.core.utils.db
 

Methods in org.jtheque.core.utils.db that return DaoNotes.NoteType
static DaoNotes.NoteType DaoNotes.NoteType.getEnum(int e)
          Return the enum with the enum int value.
 DaoNotes.NoteType Note.getValue()
          Return the value of the note.
static DaoNotes.NoteType DaoNotes.NoteType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DaoNotes.NoteType[] DaoNotes.NoteType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jtheque.core.utils.db with parameters of type DaoNotes.NoteType
 Note DaoNotes.getNote(DaoNotes.NoteType value)
          Return the note with the specific value.
 

Constructors in org.jtheque.core.utils.db with parameters of type DaoNotes.NoteType
Note(DaoNotes.NoteType value, java.lang.String key)
          Construct a new NoteImpl with a specific value and a text key.
 



Copyright © 2009 JTheque. All Rights Reserved.