Package io.jmix.data

Class QueryParser.QueryPath

java.lang.Object
io.jmix.data.QueryParser.QueryPath
Enclosing interface:
QueryParser

public static class QueryParser.QueryPath extends Object
  • Field Details

    • entityName

      protected String entityName
    • pathString

      protected String pathString
    • variableName

      protected String variableName
    • selectedPath

      protected boolean selectedPath
  • Constructor Details

    • QueryPath

      public QueryPath(String entityName, String variableName, String pathString, boolean selectedPath)
  • Method Details

    • getEntityName

      public String getEntityName()
    • getFullPath

      public String getFullPath()
    • getPropertyPath

      public String getPropertyPath()
    • getVariableName

      public String getVariableName()
    • isSelectedPath

      public boolean isSelectedPath()