Uses of Interface
info.oais.interfaces.infomodel.AccessRightsInformation
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.
|
info.oais.interfaces.infomodel.poss1AccessRights |
This package contains some suggested interfaces for Access Rights.
|
-
Uses of AccessRightsInformation in info.oais.implementation.infomodel
Classes in info.oais.implementation.infomodel that implement AccessRightsInformation Modifier and Type Class Description class
AccessRightsInformationImpl1
An implementation of AccessRightsInformation which holds the Rights, and the way in which it is encoded, e.g.Fields in info.oais.implementation.infomodel declared as AccessRightsInformation Modifier and Type Field Description (package private) AccessRightsInformation
PreservationDescriptionInformationImpl1. m_AccessRightsInformation
The internal value for the AccessRights.Methods in info.oais.implementation.infomodel that return AccessRightsInformation Modifier and Type Method Description AccessRightsInformation
PreservationDescriptionInformationImpl1. getAccessRightsInformation()
Get the AccessInformation in the PDI.Methods in info.oais.implementation.infomodel with parameters of type AccessRightsInformation Modifier and Type Method Description void
PreservationDescriptionInformationImpl1. setAccessRightsInformation(AccessRightsInformation ari)
Set the AccessRightsInformation in the PDI. -
Uses of AccessRightsInformation in info.oais.interfaces.infomodel
Methods in info.oais.interfaces.infomodel that return AccessRightsInformation Modifier and Type Method Description AccessRightsInformation
PreservationDescriptionInformation. getAccessRightsInformation()
Get the AccessInformation in the PDI.Methods in info.oais.interfaces.infomodel with parameters of type AccessRightsInformation Modifier and Type Method Description void
PreservationDescriptionInformation. setAccessRightsInformation(AccessRightsInformation ari)
Set the AccessRightsInformation in the PDI. -
Uses of AccessRightsInformation in info.oais.interfaces.infomodel.poss1AccessRights
Subinterfaces of AccessRightsInformation in info.oais.interfaces.infomodel.poss1AccessRights Modifier and Type Interface Description interface
AccessRightsPoss1
This is a simple way to provide interfaces methods for AccessRightsInformation.