Package ch.swissqr.content
Class AllBarcodeTypes
- java.lang.Object
-
- ch.swissqr.content.AllBarcodeTypes
-
public class AllBarcodeTypes extends Object
Translates barcode content strings into the corresponding java objects- Author:
- pschatzmann
-
-
Constructor Summary
Constructors Constructor Description AllBarcodeTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IContent
getIContent(String str)
getIContent.static List<IContent>
getIContentList(Collection<String> strList)
getIContentList.
-
-
-
Method Detail
-
getIContent
public static IContent getIContent(String str) throws InstantiationException, IllegalAccessException, BarcodeException
getIContent.
- Parameters:
str
- aString
object- Returns:
- a
IContent
object - Throws:
InstantiationException
- if any.IllegalAccessException
- if any.BarcodeException
- if any.
-
getIContentList
public static List<IContent> getIContentList(Collection<String> strList) throws InstantiationException, IllegalAccessException, BarcodeException
getIContentList.
- Parameters:
strList
- aCollection
object- Returns:
- a
List
object - Throws:
InstantiationException
- if any.IllegalAccessException
- if any.BarcodeException
- if any.
-
-