Enum TimeUtilities.TimerFormat

java.lang.Object
java.lang.Enum<TimeUtilities.TimerFormat>
de.gurkenlabs.litiengine.util.TimeUtilities.TimerFormat
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TimeUtilities.TimerFormat>, java.lang.constant.Constable
Enclosing class:
TimeUtilities

public static enum TimeUtilities.TimerFormat
extends java.lang.Enum<TimeUtilities.TimerFormat>
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum ConstantDescription
    HH_MM_SS 
    HH_MM_SS_0 
    HH_MM_SS_000 
    MM_SS_0 
    MM_SS_000 
    S_0 
    S_00 
    S_000 
    SS_0 
    SS_00 
    SS_000 
    UNDEFINED 
  • Method Summary

    Modifier and TypeMethodDescription
    java.lang.StringgetFormatString() 
    static TimeUtilities.TimerFormatvalueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static TimeUtilities.TimerFormat[]values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait