Class UserTierDataFormatter
java.lang.Object
ca.phon.session.format.UserTierDataFormatter
@FormatterType(TierData.class)
public class UserTierDataFormatter
extends Object
implements Formatter<TierData>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UserTierDataFormatter
public UserTierDataFormatter()
-
-
Method Details
-
format
-
parse
Description copied from interface:FormatterParse the given string into a new object instance- Specified by:
parsein interfaceFormatter<TierData>- Parameters:
text-- Returns:
- parsed object
- Throws:
ParseException- if there was a problem parsing the given text
-