DynamicFilter

DynamicFilter class

Represents the dynamic filter.

class DynamicFilter;

Constructors

NameDescription
constructor(Object)Constructs from an Object convertible to this.

Methods

MethodDescription
getDynamicFilterType()Gets and sets the dynamic filter type.
setDynamicFilterType(DynamicFilterType)Gets and sets the dynamic filter type.
getValue()Gets and sets the dynamic filter value.
setValue(object)Gets and sets the dynamic filter value.
getMaxValue()Gets and sets the dynamic filter max value.
setMaxValue(object)Gets and sets the dynamic filter max value.
isNull()Checks whether the implementation object is null.
toObject()Gets the Object.

constructor(Object)

Constructs from an Object convertible to this.

constructor(obj: Object);

Parameters:

ParameterTypeDescription
objObjectThe object.

getDynamicFilterType()

Gets and sets the dynamic filter type.

getDynamicFilterType() : DynamicFilterType;

Returns

DynamicFilterType

setDynamicFilterType(DynamicFilterType)

Gets and sets the dynamic filter type.

setDynamicFilterType(value: DynamicFilterType) : void;

Parameters:

ParameterTypeDescription
valueDynamicFilterTypeThe value to set.

getValue()

Gets and sets the dynamic filter value.

getValue() : object;

setValue(object)

Gets and sets the dynamic filter value.

setValue(value: object) : void;

Parameters:

ParameterTypeDescription
valueobjectThe value to set.

getMaxValue()

Gets and sets the dynamic filter max value.

getMaxValue() : object;

setMaxValue(object)

Gets and sets the dynamic filter max value.

setMaxValue(value: object) : void;

Parameters:

ParameterTypeDescription
valueobjectThe value to set.

isNull()

Checks whether the implementation object is null.

isNull() : boolean;

toObject()

Gets the Object.

toObject() : Object;

Returns

Object