Uses of Class
fr.gouv.vitam.common.model.unit.CodeKeywordType
-
Packages that use CodeKeywordType Package Description fr.gouv.vitam.common.model.unit -
-
Uses of CodeKeywordType in fr.gouv.vitam.common.model.unit
Methods in fr.gouv.vitam.common.model.unit that return CodeKeywordType Modifier and Type Method Description static CodeKeywordType
CodeKeywordType. fromValue(java.lang.String v)
CodeKeywordType
KeywordsType. getKeywordType()
static CodeKeywordType
CodeKeywordType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CodeKeywordType[]
CodeKeywordType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.unit with parameters of type CodeKeywordType Modifier and Type Method Description KeywordsType
KeywordsType. setKeywordType(CodeKeywordType keywordType)
-