Class SFS2X.Entities.Match.NumberMatch
Check numeric conditions in matching expressions.
Field Summary
Field Detail
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.EQUALS
An instance of NumberMatch representing the following condition: number1 == number2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.GREATER_THAN
An instance of NumberMatch representing the following condition: number1 > number2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.GREATER_THAN_OR_EQUAL_TO
An instance of NumberMatch representing the following condition: number1 >= number2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.LESS_THAN
An instance of NumberMatch representing the following condition: number1 < number2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.LESS_THAN_OR_EQUAL_TO
An instance of NumberMatch representing the following condition: number1 <= number2.
- See also:
- SFS2X.Entities.Match.MatchExpression
<static> <constant>
{NumberMatch}
SFS2X.Entities.Match.NumberMatch.NOT_EQUALS
An instance of NumberMatch representing the following condition: number1 != number2.
- See also:
- SFS2X.Entities.Match.MatchExpression