View Javadoc
1   package de.dlr.shepard.neo4Core.orderBy;
2   
3   public interface OrderByAttribute {
4     boolean isString();
5   }