Uses of Class
fr.gouv.vitam.common.dsl.schema.DslSchema
-
Packages that use DslSchema Package Description fr.gouv.vitam.common.dsl.schema -
-
Uses of DslSchema in fr.gouv.vitam.common.dsl.schema
Methods in fr.gouv.vitam.common.dsl.schema that return DslSchema Modifier and Type Method Description DslSchema
value()
Get the DslSchema valuestatic DslSchema
DslSchema. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DslSchema[]
DslSchema. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in fr.gouv.vitam.common.dsl.schema with parameters of type DslSchema Constructor Description DslScannerFilter(DslSchema dslSchema)
-