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 SchemaTypeSchemaType. getEnumFromType(java.lang.String type)SchemaTypeSchemaResponse. getType()static SchemaTypeSchemaType. 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 SchemaResponseSchemaResponse. setType(SchemaType type)
-