Package ca.phon.formatter
Interface Formatter<T>
- All Known Implementing Classes:
AgeFormatter
,DateFormatter
,DefaultLanguageListFormatter
,FontFormatter
,IPATranscriptFormatter
,MediaSegmentFormatter
,MsFormatter
,NumberFormatter
,OrthographyFormatter
,StringFormatter
,TableDataSourceFormatter
,TierStringFormatter
public interface Formatter<T>
-
Method Summary
-
Method Details
-
format
Convert the given object into a formatted String.- Parameters:
obj
-- Returns:
- formatted string
-
parse
Parse the given string into a new object instance- Parameters:
text
-- Returns:
- parsed object
- Throws:
ParseException
- if there was a problem parsing the given text
-