Uses of Class
fr.cnes.sitools.dataset.model.Sort.SortOrder

Packages that use Sort.SortOrder
fr.cnes.sitools.dataset.model   
 

Uses of Sort.SortOrder in fr.cnes.sitools.dataset.model
 

Methods in fr.cnes.sitools.dataset.model that return Sort.SortOrder
 Sort.SortOrder Sort.getDirection()
          Gets the direction value
static Sort.SortOrder Sort.SortOrder.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Sort.SortOrder[] Sort.SortOrder.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in fr.cnes.sitools.dataset.model with parameters of type Sort.SortOrder
 void Sort.setDirection(Sort.SortOrder direction)
          Sets the value of direction
 

Constructors in fr.cnes.sitools.dataset.model with parameters of type Sort.SortOrder
Sort(java.lang.String field, Sort.SortOrder direction)
          Complete constructor
 



Copyright © 2010-2013 CNES. All Rights Reserved.