ilog.cpl.util
Class IlpSortingMode

java.lang.Object
  extended by ilog.util.IlEnum
      extended by ilog.cpl.util.IlpSortingMode

public class IlpSortingMode
extends IlEnum

This class enumerates the possible sorting modes for a column of the table.

Since:
JTGO 3.0

Nested Class Summary
static class IlpSortingMode.SortingModeArrayEditor
          Static property editor for arrays of IlpSortingMode values.
static class IlpSortingMode.SortingModeEditor
          Static property editor for the IlpSortingMode class.
 
Field Summary
static IlpSortingMode ASCENDING
          sort in ascending direction
static IlpSortingMode DESCENDING
          sort in descending direction
static IlEnumInfo metainfo
          Metainformation about sorting mode enumeration.
static IlpSortingMode NONE
          no sorting
 
Constructor Summary
IlpSortingMode(String name)
          Constructor
 
Method Summary
 
Methods inherited from class ilog.util.IlEnum
getName, intern, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

metainfo

public static IlEnumInfo metainfo
Metainformation about sorting mode enumeration.


NONE

public static IlpSortingMode NONE
no sorting


ASCENDING

public static IlpSortingMode ASCENDING
sort in ascending direction


DESCENDING

public static IlpSortingMode DESCENDING
sort in descending direction

Constructor Detail

IlpSortingMode

public IlpSortingMode(String name)
Constructor

Parameters:
name - Sorting mode name


Copyright © 1996-2007 ILOG S.A. All rights reserved.   Documentation homepage.   . All Rights Reserved.