|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectauditory.described.NoteFactory
public class NoteFactory
A factory that can be used to create Note objects
| Constructor Summary | |
|---|---|
NoteFactory()
|
|
| Method Summary | |
|---|---|
static Note |
parseNote(java.lang.String s)
Parse a String representation of a note and construct a Note from the constituent parts. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoteFactory()
| Method Detail |
|---|
public static Note parseNote(java.lang.String s)
Parse a String representation of a note and construct a Note from the constituent parts. In the event of a format error, this method returns null.
For example:
s - The String to parse
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||