Uses of Class
fr.gouv.vitam.common.model.administration.OntologyType
-
Packages that use OntologyType Package Description fr.gouv.vitam.common.model.administration Provides common public Model classes for the administration module.fr.gouv.vitam.functional.administration.common Provides common classes for the Functional Administration module. -
-
Uses of OntologyType in fr.gouv.vitam.common.model.administration
Methods in fr.gouv.vitam.common.model.administration that return OntologyType Modifier and Type Method Description OntologyTypeOntologyModel. getType()static OntologyTypeOntologyType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OntologyType[]OntologyType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.model.administration with parameters of type OntologyType Modifier and Type Method Description static TypeDetailTypeDetail. fromOntologyType(OntologyType ontologyType)booleanTypeDetail. isCompatibleWithType(OntologyType ontologyType)OntologyModelOntologyModel. setType(OntologyType type) -
Uses of OntologyType in fr.gouv.vitam.functional.administration.common
Methods in fr.gouv.vitam.functional.administration.common that return OntologyType Modifier and Type Method Description OntologyTypeOntology. getType()Get the ontology typeMethods in fr.gouv.vitam.functional.administration.common with parameters of type OntologyType Modifier and Type Method Description OntologyOntology. setType(OntologyType type)Set or change the ontology type
-