1 package de.dlr.shepard.common.neo4j.endpoints; 2 3 public interface OrderByAttribute { 4 boolean isString(); 5 }