All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenback.kit.vision.VisionTemporalGranularity Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
package com.greenback.kit.vision;

/**
 * Represents how granular we were able to parse a temporal value.
 */
public enum VisionTemporalGranularity {
 
    YEAR,
    MONTH,
    DAY,
    HOUR,
    MINUTE,
    SECOND,
    MILLISECOND;
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy