FilterValue

FilterValue class

Represents filter value used in the criteria.

class FilterValue;

Properties

PropertyTypeDescription
stringValuestringReadonly. Gets the string value.
dateTimeGroupItemDateTimeGroupItemReadonly. Gets date time value.

Methods

MethodDescription
getStringValue()@deprecated. Please use the ‘stringValue’ property instead. Gets the string value.
getDateTimeGroupItem()@deprecated. Please use the ‘dateTimeGroupItem’ property instead. Gets date time value.
isNull()Checks whether the implementation object is null.
getValueType()Gets the type of this filter value.

stringValue

Readonly. Gets the string value.

stringValue : string;

dateTimeGroupItem

Readonly. Gets date time value.

dateTimeGroupItem : DateTimeGroupItem;

getStringValue()

@deprecated. Please use the ‘stringValue’ property instead. Gets the string value.

getStringValue() : string;

getDateTimeGroupItem()

@deprecated. Please use the ‘dateTimeGroupItem’ property instead. Gets date time value.

getDateTimeGroupItem() : DateTimeGroupItem;

Returns

DateTimeGroupItem

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

getValueType()

Gets the type of this filter value.

getValueType() : FilterValueType;

Returns

FilterValueType