Uses of Class
fr.gouv.vitam.common.database.builder.request.configuration.BuilderToken.PROJECTION
-
Packages that use BuilderToken.PROJECTION Package Description fr.gouv.vitam.common.database.builder.request.configuration Provides configuration classes containing GlobalDatas and ParserTokens -
-
Uses of BuilderToken.PROJECTION in fr.gouv.vitam.common.database.builder.request.configuration
Methods in fr.gouv.vitam.common.database.builder.request.configuration that return BuilderToken.PROJECTION Modifier and Type Method Description static BuilderToken.PROJECTION
BuilderToken.PROJECTION. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BuilderToken.PROJECTION[]
BuilderToken.PROJECTION. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-