Uses of Class
fi.tut.mei.resdescapi.rescatapi.model.InterfaceRefInfo
-
Packages that use InterfaceRefInfo Package Description fi.tut.mei.resdescapi.rescatapi.model Data models used for interfacing between Resource Catalogue implementation and Resource Catalogue API -
-
Uses of InterfaceRefInfo in fi.tut.mei.resdescapi.rescatapi.model
Fields in fi.tut.mei.resdescapi.rescatapi.model with type parameters of type InterfaceRefInfo Modifier and Type Field Description protected Map<String,InterfaceRefInfo>
CommonInfoContainer. interfaceRefList
Collection of InterfaceReferencesMethods in fi.tut.mei.resdescapi.rescatapi.model that return types with arguments of type InterfaceRefInfo Modifier and Type Method Description Map<String,InterfaceRefInfo>
CommonInfoContainer. getInterfaceRefList()
Methods in fi.tut.mei.resdescapi.rescatapi.model with parameters of type InterfaceRefInfo Modifier and Type Method Description boolean
CommonInfoContainer. addInterfaceRefInfo(InterfaceRefInfo interfaceRefInfo)
Adds new interfaceRefInfo to this container's collectionMethod parameters in fi.tut.mei.resdescapi.rescatapi.model with type arguments of type InterfaceRefInfo Modifier and Type Method Description void
CommonInfoContainer. setInterfaceRefList(Map<String,InterfaceRefInfo> interfaceRefList)
-