Interface ExtraMetadataHolder
-
- All Known Subinterfaces:
EbXMLAssociation
- All Known Implementing Classes:
Association
,AssociationType1
,DocumentEntry
,EbXMLAssociation30
,EbXMLExtrinsicObject30
,EbXMLRegistryPackage30
,ExtrinsicObjectType
,Folder
,RegistryPackageType
,SubmissionSet
,XDSMetaClass
public interface ExtraMetadataHolder
Interface for XDS objects which can have extra metadata slots.- Author:
- Dmytro Rud
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,List<String>>
getExtraMetadata()
void
setExtraMetadata(Map<String,List<String>> map)
Sets the mapping of extra metadata slot names to their values.
-