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