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.infomodelClasses in info.oais.implementation.infomodel that implement AccessRightsInformation Modifier and Type Class Description classAccessRightsInformationImpl1An 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) AccessRightsInformationPreservationDescriptionInformationImpl1. m_AccessRightsInformationThe internal value for the AccessRights.Methods in info.oais.implementation.infomodel that return AccessRightsInformation Modifier and Type Method Description AccessRightsInformationPreservationDescriptionInformationImpl1. getAccessRightsInformation()Get the AccessInformation in the PDI.Methods in info.oais.implementation.infomodel with parameters of type AccessRightsInformation Modifier and Type Method Description voidPreservationDescriptionInformationImpl1. setAccessRightsInformation(AccessRightsInformation ari)Set the AccessRightsInformation in the PDI.
- 
Uses of AccessRightsInformation in info.oais.interfaces.infomodelMethods in info.oais.interfaces.infomodel that return AccessRightsInformation Modifier and Type Method Description AccessRightsInformationPreservationDescriptionInformation. getAccessRightsInformation()Get the AccessInformation in the PDI.Methods in info.oais.interfaces.infomodel with parameters of type AccessRightsInformation Modifier and Type Method Description voidPreservationDescriptionInformation. setAccessRightsInformation(AccessRightsInformation ari)Set the AccessRightsInformation in the PDI.
- 
Uses of AccessRightsInformation in info.oais.interfaces.infomodel.poss1AccessRightsSubinterfaces of AccessRightsInformation in info.oais.interfaces.infomodel.poss1AccessRights Modifier and Type Interface Description interfaceAccessRightsPoss1This is a simple way to provide interfaces methods for AccessRightsInformation.