Uses of Class
fr.gouv.vitam.common.model.unit.KeywordsType
-
Packages that use KeywordsType Package Description fr.gouv.vitam.common.model.unit -
-
Uses of KeywordsType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return KeywordsType Modifier and Type Method Description KeywordsType
KeywordsType. setKeywordContent(java.lang.String keywordContent)
KeywordsType
KeywordsType. setKeywordReference(java.lang.String keywordReference)
KeywordsType
KeywordsType. setKeywordType(CodeKeywordType keywordType)
Methods in fr.gouv.vitam.common.model.unit that return types with arguments of type KeywordsType Modifier and Type Method Description java.util.List<KeywordsType>
DescriptiveMetadataModel. getKeyword()
Method parameters in fr.gouv.vitam.common.model.unit with type arguments of type KeywordsType Modifier and Type Method Description void
DescriptiveMetadataModel. setKeyword(java.util.List<KeywordsType> keyword)
-