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 class
RepInfoCategoryImpl1
A 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 RepInfoCategory
RepresentationInformationImpl1. category
ACategory of the RepInfoMethods in info.oais.implementation.infomodel that return RepInfoCategory Modifier and Type Method Description RepInfoCategory
RepresentationInformationImpl1. getCategory()
Methods in info.oais.implementation.infomodel with parameters of type RepInfoCategory Modifier and Type Method Description void
RepresentationInformationImpl1. 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 RepInfoCategory
RepresentationInformation. getCategory()
Get the Category associated with this RepInfo.Methods in info.oais.interfaces.infomodel with parameters of type RepInfoCategory Modifier and Type Method Description void
RepresentationInformation. setCategory(RepInfoCategory cat)
Put the Category associated with this RepInfo.