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 SummaryConstructors Constructor Description AllBarcodeTypes()
 - 
Method SummaryAll 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- 
getIContentpublic static IContent getIContent(String str) throws InstantiationException, IllegalAccessException, BarcodeException getIContent. - Parameters:
- str- a- Stringobject
- Returns:
- a IContentobject
- Throws:
- InstantiationException- if any.
- IllegalAccessException- if any.
- BarcodeException- if any.
 
 - 
getIContentListpublic static List<IContent> getIContentList(Collection<String> strList) throws InstantiationException, IllegalAccessException, BarcodeException getIContentList. - Parameters:
- strList- a- Collectionobject
- Returns:
- a Listobject
- Throws:
- InstantiationException- if any.
- IllegalAccessException- if any.
- BarcodeException- if any.
 
 
- 
 
-