[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

BinarySortOrder

inherits from ForwardSortOrder

Object <- ForwardSortOrder <- BinarySortOrder



Operations

Get list of all operations

CompareCharacters
MakeComparableBySortOrder


Attributes

Get list of all attributes

Class BinarySortOrder defines no new attributes.


Fields

Field Type
BinarySortOrder: localeCode: Text


Instance template

instance BinarySortOrder tag;
     localeCode: nilObject;
end instance;

Class definition

Define Class BinarySortOrder;
    inherits from ForwardSortOrder;
    
    field localeCode: Text, getter;

    overrides CompareCharacters;
    overrides MakeComparableBySortOrder;
end class;