public class JavaSqlTimeValueSemanticsProvider extends TimeValueSemanticsProviderAbstract<Time>
Time as a time-only value type.ValueSemanticsProviderAndFacetAbstract.EqualByContent, ValueSemanticsProviderAndFacetAbstract.ImmutabilityFacetAbstract.Derivation, FacetAbstract.Disabling, FacetAbstract.Hiding, FacetAbstract.Validatingformat, FORMAT_KEY_PREFIX, ISO_ENCODING_FORMAT, UTC_TIME_ZONE| Constructor and Description |
|---|
JavaSqlTimeValueSemanticsProvider()
Required because implementation of
Parser and
EncoderDecoder. |
JavaSqlTimeValueSemanticsProvider(FacetHolder holder,
IsisConfiguration configuration,
ValueSemanticsProviderContext context) |
| Modifier and Type | Method and Description |
|---|---|
Time |
add(Time original,
int years,
int months,
int days,
int hours,
int minutes) |
Date |
dateValue(Object object) |
protected Map<String,DateFormat> |
formats() |
protected Time |
now() |
protected Time |
setDate(Date date) |
clearFields, defaultFormat, format, formatsToTry, initFormats, toStringbuildDefaultFormatIfRequired, buildFormat, configureFormats, createDateEncodingFormat, createDateFormat, createValue, dateValue, doEncode, doParse, doRestore, ignoreTimeZone, isEmpty, setFormat, setMask, titleString, titleStringWithMask, typealwaysReplace, createAdapter, determineNumberFormat, displayTitleOf, displayTitleOf, doParse, fromEncodedString, getAdaptedClass, getAdapterManager, getAuthenticationSessionProvider, getClock, getConfiguration, getContext, getDefaultsProvider, getDefaultValue, getDependencyInjector, getEncoderDecoder, getParser, getSpecification, getSpecificationLookup, isEqualByContent, isImmutable, parseableTitleOf, parseTextEntry, titleString, toEncodedString, typicalLengthfacetType, getFacetHolder, getIdentified, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacet, toStringValuesclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitalwaysReplace, facetType, getFacetHolder, getUnderlyingFacet, isDerived, isNoop, setFacetHolder, setUnderlyingFacetpublic JavaSqlTimeValueSemanticsProvider()
Parser and
EncoderDecoder.public JavaSqlTimeValueSemanticsProvider(FacetHolder holder, IsisConfiguration configuration, ValueSemanticsProviderContext context)
public Time add(Time original, int years, int months, int days, int hours, int minutes)
add in class ValueSemanticsProviderAbstractTemporal<Time>public Date dateValue(Object object)
dateValue in class ValueSemanticsProviderAbstractTemporal<Time>protected Map<String,DateFormat> formats()
formats in class ValueSemanticsProviderAbstractTemporal<Time>protected Time now()
now in class ValueSemanticsProviderAbstractTemporal<Time>Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.