Class: String

olympe.dc.comparators. String

A Comparator that compares 2 strings. It does require a proper olympe.dc.ValueDef to determine how to access the string value to compare with from the instance.


new String(valueDef)

Creates an instance of the String comparator with a specified ValueDef.

Parameters:
Name Type Description
valueDef olympe.dc.ValueDef

The ValueDef for accessing the compared values.

Implements:

Methods


compare()


getComparedValue()


getInternalPath()


getName()


getValueDef()

Gets the ValueDef used to retrieve value from the instance.

Returns:

The ValueDef.

Type
olympe.dc.ValueDef

serialize()


toString()