fm.liveswitch.CompareResult Enum Reference

The compare result in a sort operation. More...

Public Member Functions

 CompareResult (int value)
 
int getAssignedValue ()
 

Static Public Member Functions

 [static initializer]
 
static CompareResult getByAssignedValue (int value)
 

Public Attributes

 Equal =(1)
 Indicates that the two elements are equal. More...
 
 Negative =(2)
 Indicates that the first element belongs before the second. More...
 
 Positive =(3)
 Indicates that ths second element belongs before the first. More...
 

Detailed Description

The compare result in a sort operation.

Constructor & Destructor Documentation

◆ CompareResult()

fm.liveswitch.CompareResult.CompareResult ( int  value)

Member Function Documentation

◆ [static initializer]()

fm.liveswitch.CompareResult.[static initializer]
static

◆ getAssignedValue()

int fm.liveswitch.CompareResult.getAssignedValue ( )

◆ getByAssignedValue()

static CompareResult fm.liveswitch.CompareResult.getByAssignedValue ( int  value)
static

Member Data Documentation

◆ Equal

fm.liveswitch.CompareResult.Equal =(1)

Indicates that the two elements are equal.

◆ Negative

fm.liveswitch.CompareResult.Negative =(2)

Indicates that the first element belongs before the second.

◆ Positive

fm.liveswitch.CompareResult.Positive =(3)

Indicates that ths second element belongs before the first.