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