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 StringDAYday.static StringFORTNIGHTfortnight.static StringHOURhour.static StringINSTANTinstant.static StringMINUTEminute.static StringMONTHmonth.static StringQUARTERquarter.static StringSECONDsecond.static StringWEEKweek.static StringWEEKENDweekend.static StringYEARyear. 
- 
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
 
 
 -