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