Enum Class TimeUnit

java.lang.Object
java.lang.Enum<TimeUnit>
eu.europa.esig.dss.policy.jaxb.TimeUnit
All Implemented Interfaces:
Serializable, Comparable<TimeUnit>, Constable

public enum TimeUnit extends Enum<TimeUnit>

Java class for TimeUnit.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="TimeUnit">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DAYS"/>
     <enumeration value="HOURS"/>
     <enumeration value="MINUTES"/>
     <enumeration value="SECONDS"/>
     <enumeration value="MILLISECONDS"/>
   </restriction>
 </simpleType>