Uses of Class
org.ehrbase.aql.definition.FuncParameterType
-
Packages that use FuncParameterType Package Description org.ehrbase.aql.definition -
-
Uses of FuncParameterType in org.ehrbase.aql.definition
Methods in org.ehrbase.aql.definition that return FuncParameterType Modifier and Type Method Description FuncParameterTypeFuncParameter. getType()static FuncParameterTypeFuncParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static FuncParameterType[]FuncParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ehrbase.aql.definition with parameters of type FuncParameterType Constructor Description FuncParameter(FuncParameterType type, String value)
-