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