Uses of Class
fr.gouv.vitam.common.database.parser.query.ParserTokens.PROJECTIONARGS
-
Packages that use ParserTokens.PROJECTIONARGS Package Description fr.gouv.vitam.common.database.parser.query Provides queries to be used within the Vitam DSL -
-
Uses of ParserTokens.PROJECTIONARGS in fr.gouv.vitam.common.database.parser.query
Methods in fr.gouv.vitam.common.database.parser.query that return ParserTokens.PROJECTIONARGS Modifier and Type Method Description static ParserTokens.PROJECTIONARGSParserTokens.PROJECTIONARGS. parse(java.lang.String name)Parse the given namestatic ParserTokens.PROJECTIONARGSParserTokens.PROJECTIONARGS. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ParserTokens.PROJECTIONARGS[]ParserTokens.PROJECTIONARGS. values()Returns an array containing the constants of this enum type, in the order they are declared.
-