Uses of Class
fr.gouv.vitam.common.dsl.schema.meta.PrimitiveAnalysis
-
Packages that use PrimitiveAnalysis Package Description fr.gouv.vitam.common.dsl.schema.meta -
-
Uses of PrimitiveAnalysis in fr.gouv.vitam.common.dsl.schema.meta
Methods in fr.gouv.vitam.common.dsl.schema.meta that return PrimitiveAnalysis Modifier and Type Method Description static PrimitiveAnalysis
PrimitiveAnalysis. fromBoolean(boolean ok)
static PrimitiveAnalysis
PrimitiveAnalysis. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PrimitiveAnalysis[]
PrimitiveAnalysis. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-