Interface RuntimeEntityInterpretation.Granularity
- Enclosing class:
- RuntimeEntityInterpretation
public static interface RuntimeEntityInterpretation.Granularity
The precision or duration of a time range specified by a recognized `@sys-time` or `@sys-date`
entity.
-
Field Summary
Fields Modifier and Type Field Description static String
DAY
day.static String
FORTNIGHT
fortnight.static String
HOUR
hour.static String
INSTANT
instant.static String
MINUTE
minute.static String
MONTH
month.static String
QUARTER
quarter.static String
SECOND
second.static String
WEEK
week.static String
WEEKEND
weekend.static String
YEAR
year.
-
Field Details
-
DAY
day.- See Also:
- Constant Field Values
-
FORTNIGHT
fortnight.- See Also:
- Constant Field Values
-
HOUR
hour.- See Also:
- Constant Field Values
-
INSTANT
instant.- See Also:
- Constant Field Values
-
MINUTE
minute.- See Also:
- Constant Field Values
-
MONTH
month.- See Also:
- Constant Field Values
-
QUARTER
quarter.- See Also:
- Constant Field Values
-
SECOND
second.- See Also:
- Constant Field Values
-
WEEK
week.- See Also:
- Constant Field Values
-
WEEKEND
weekend.- See Also:
- Constant Field Values
-
YEAR
year.- See Also:
- Constant Field Values
-