atg.repository
Interface SortingConstants

All Known Implementing Classes:
SortDirective, SortDirectives

public interface SortingConstants

Constants used by the SortDirectives.

See Also:
SortDirectives, SortDirective

Field Summary
static java.lang.String ASCENDING_ATTRIBUTE_VALUE
          ascending: Ascending SortByValue direction value
static java.lang.String CASE_INSENSITIVE_ATTRIBUTE_VALUE
          case insensitive: Case Insensitive SortByValue value
static java.lang.String CASE_SENSITIVE_ATTRIBUTE_VALUE
          case sensitive: Case Sensitive SortByValue value
static java.lang.String CLASS_VERSION
           
static java.lang.String DESCENDING_ATTRIBUTE_VALUE
          descending: Descending SortByValue direction value
static java.lang.String DIR_ATTRIBUTE_NAME
          dir: Direction attribute name of SortByValue tag
static java.lang.String SORTBY_TAG
          sortby: SortBy tag name
static java.lang.String SORTBYVALUE_TAG
          sortbyvalue: SortByValue tag name
static java.lang.String VALUE_ATTRIBUTE_NAME
          value: Value attribute name of SortByValue tag
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values

SORTBY_TAG

static final java.lang.String SORTBY_TAG
sortby: SortBy tag name

See Also:
Constant Field Values

SORTBYVALUE_TAG

static final java.lang.String SORTBYVALUE_TAG
sortbyvalue: SortByValue tag name

See Also:
Constant Field Values

VALUE_ATTRIBUTE_NAME

static final java.lang.String VALUE_ATTRIBUTE_NAME
value: Value attribute name of SortByValue tag

See Also:
Constant Field Values

DIR_ATTRIBUTE_NAME

static final java.lang.String DIR_ATTRIBUTE_NAME
dir: Direction attribute name of SortByValue tag

See Also:
Constant Field Values

ASCENDING_ATTRIBUTE_VALUE

static final java.lang.String ASCENDING_ATTRIBUTE_VALUE
ascending: Ascending SortByValue direction value

See Also:
Constant Field Values

DESCENDING_ATTRIBUTE_VALUE

static final java.lang.String DESCENDING_ATTRIBUTE_VALUE
descending: Descending SortByValue direction value

See Also:
Constant Field Values

CASE_SENSITIVE_ATTRIBUTE_VALUE

static final java.lang.String CASE_SENSITIVE_ATTRIBUTE_VALUE
case sensitive: Case Sensitive SortByValue value

See Also:
Constant Field Values

CASE_INSENSITIVE_ATTRIBUTE_VALUE

static final java.lang.String CASE_INSENSITIVE_ATTRIBUTE_VALUE
case insensitive: Case Insensitive SortByValue value

See Also:
Constant Field Values