Uses of Enum Class
org.ehrbase.aql.sql.queryimpl.JsonbEntryQuery.PATH_PART
Packages that use JsonbEntryQuery.PATH_PART
-
Uses of JsonbEntryQuery.PATH_PART in org.ehrbase.aql.sql.queryimpl
Methods in org.ehrbase.aql.sql.queryimpl that return JsonbEntryQuery.PATH_PARTModifier and TypeMethodDescriptionstatic JsonbEntryQuery.PATH_PARTReturns the enum constant of this class with the specified name.static JsonbEntryQuery.PATH_PART[]JsonbEntryQuery.PATH_PART.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.ehrbase.aql.sql.queryimpl with parameters of type JsonbEntryQuery.PATH_PARTModifier and TypeMethodDescriptionJqueryPath.evaluate(JsonbEntryQuery.PATH_PART pathPart, String path, String defaultIndex) Constructors in org.ehrbase.aql.sql.queryimpl with parameters of type JsonbEntryQuery.PATH_PARTModifierConstructorDescriptionJqueryPath(JsonbEntryQuery.PATH_PART pathPart, String path, String defaultIndex)