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