com.anaptecs.spring.base.TimeUnit Maven / Gradle / Ivy
package com.anaptecs.spring.base;
/**
* Enumeration represents time units.
*
* NOVA 14 Mapping nova-base.xsd.ZeitEinheit
*/
public enum TimeUnit {
/**
* Literal represents time unit "minutes".
*/
MINUTE,
/**
*
*/
HOUR,
/**
*
*/
DAY,
/**
* Literal represents time unit "weeks". This is the comments second line ;-)
*/
WEEK,
/**
*
*/
MONTH,
/**
*
*/
YEAR;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy