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 SchemaStringSizeTypeSchemaStringSizeType. fromValue(java.lang.String v)SchemaStringSizeTypeSchemaResponse. getStringSize()static SchemaStringSizeTypeSchemaStringSizeType. 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 voidSchemaResponse. setStringSize(SchemaStringSizeType stringSize)
-