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 IContentgetIContent(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- aStringobject- Returns:
- a
IContentobject - 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- aCollectionobject- Returns:
- a
Listobject - Throws:
InstantiationException- if any.IllegalAccessException- if any.BarcodeException- if any.
-
-