public class FieldExpressionFactory extends Object
Modifier and Type | Method and Description |
---|---|
static Always |
always() |
static And |
and(List<FieldExpression> expressions) |
static Between |
between(int from,
int to) |
static Between |
between(SpecialChar from,
int to) |
static Every |
every(FieldExpression expression,
int time) |
static Every |
every(int time) |
static On |
on(int time) |
static On |
on(int time,
SpecialChar specialChar) |
static On |
on(int time,
SpecialChar specialChar,
int nth) |
static On |
on(SpecialChar specialChar) |
static QuestionMark |
questionMark() |
public static Always always()
public static Between between(int from, int to)
public static Between between(SpecialChar from, int to)
public static Every every(int time)
public static Every every(FieldExpression expression, int time)
public static On on(SpecialChar specialChar)
public static On on(int time)
public static On on(int time, SpecialChar specialChar)
public static On on(int time, SpecialChar specialChar, int nth)
public static QuestionMark questionMark()
public static And and(List<FieldExpression> expressions)
Copyright © 2020 JBoss by Red Hat. All rights reserved.