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 Summary
Modifier and Type Method Description StringgetCategory()Returns the category as a String.voidsetCategory(String cat)Set the category as a String. 
- 
Method Details
- 
getCategory
String getCategory()Returns the category as a String.- Returns:
 - The category as a String.
 
 - 
setCategory
Set the category as a String.- Parameters:
 cat- The category as a String.
 
 -