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

com.anaptecs.jeaf.junit.openapi.base.TimeUnit Maven / Gradle / Ivy

There is a newer version: 1.24.2
Show newest version
package com.anaptecs.jeaf.junit.openapi.base;

/**
 * Enumeration represents time units.
*
* NOVA 14 Mapping *

*
    *
  • nova-base.xsd.ZeitEinheit
  • *
*

* Alternate Name: Zeiteinheit * * @author JEAF Generator * @version JEAF Release 1.6.x */ 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