Uses of Interface
info.oais.interfaces.infomodel.RepInfoCategory
| Package | Description |
|---|---|
| info.oais.implementation.infomodel |
This package contains classes for an implementation for the OAIS Information Model.
|
| info.oais.interfaces.infomodel |
This package contains iinterfaces for the OAIS Information Model.
|
-
Uses of RepInfoCategory in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement RepInfoCategory Modifier and Type Class Description classRepInfoCategoryImpl1A classification of RepInfo [TBD] to facilitate locating the kind of RepInfo wanted.Fields in info.oais.implementation.infomodel declared as RepInfoCategory Modifier and Type Field Description RepInfoCategoryRepresentationInformationImpl1. categoryACategory of the RepInfoMethods in info.oais.implementation.infomodel that return RepInfoCategory Modifier and Type Method Description RepInfoCategoryRepresentationInformationImpl1. getCategory()Methods in info.oais.implementation.infomodel with parameters of type RepInfoCategory Modifier and Type Method Description voidRepresentationInformationImpl1. setCategory(RepInfoCategory category) -
Uses of RepInfoCategory in info.oais.interfaces.infomodel
Methods in info.oais.interfaces.infomodel that return RepInfoCategory Modifier and Type Method Description RepInfoCategoryRepresentationInformation. getCategory()Get the Category associated with this RepInfo.Methods in info.oais.interfaces.infomodel with parameters of type RepInfoCategory Modifier and Type Method Description voidRepresentationInformation. setCategory(RepInfoCategory cat)Put the Category associated with this RepInfo.