Home Manual Reference Source Test
public class | source

AttributeString

Extends:

Attribute → AttributeString

The value of this attribute is always a string or null.

String attributes can be queries using equal, not, and startsWith. Matching on greaterThan and lessThan is not supported.

Method Summary

Public Methods
public
public

fromJSON(val: *): *

public

like(val: *): *

public

startsWith(val: *): *

public

toJSON(val: *): *

Inherited Summary

From class Attribute
public

jsonKey: *

public
public
public
public
public

equal(val: *): Matcher

public

fromJSON(val: *): *

public

in(val: Array): Matcher

public

not(val: *): Matcher

public

toJSON(val: *): *

Public Methods

public columnSQL(): string source

Return:

string

public fromJSON(val: *): * source

Override:

Attribute#fromJSON

Params:

NameTypeAttributeDescription
val *

Return:

*

public like(val: *): * source

Params:

NameTypeAttributeDescription
val *

Return:

*

public startsWith(val: *): * source

Params:

NameTypeAttributeDescription
val *

Return:

*

public toJSON(val: *): * source

Override:

Attribute#toJSON

Params:

NameTypeAttributeDescription
val *

Return:

*