Package info.oais.interfaces.infomodel
Interface RepInfoCategory
- All Known Implementing Classes:
- RepInfoCategoryImpl1
public interface RepInfoCategory
A classification of RepInfo to facilitate locating the kind of RepInfo wanted.
 Currently just a String but may add other params and methods.
- Since:
- 06-Sep-2021 15:59:46
- Version:
- 1.0
- Author:
- David
- 
Method SummaryModifier and Type Method Description StringgetCategory()Returns the category as a String.voidsetCategory(String cat)Set the category as a String.
- 
Method Details- 
getCategoryString getCategory()Returns the category as a String.- Returns:
- The category as a String.
 
- 
setCategorySet the category as a String.- Parameters:
- cat- The category as a String.
 
 
-