Uses of Class
fr.gouv.vitam.common.model.administration.schema.SchemaCategory
-
Packages that use SchemaCategory Package Description fr.gouv.vitam.common.model.administration.schema -
-
Uses of SchemaCategory in fr.gouv.vitam.common.model.administration.schema
Methods in fr.gouv.vitam.common.model.administration.schema that return SchemaCategory Modifier and Type Method Description SchemaCategory
SchemaResponse. getCategory()
static SchemaCategory
SchemaCategory. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SchemaCategory[]
SchemaCategory. 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.schema with parameters of type SchemaCategory Modifier and Type Method Description SchemaResponse
SchemaResponse. setCategory(SchemaCategory category)
-