Enum Config.StatusConfigVersion

java.lang.Object
java.lang.Enum<Config.StatusConfigVersion>
com.inertia.promove.Config.StatusConfigVersion
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<Config.StatusConfigVersion>, java.lang.constant.Constable
Enclosing class:
Config

public static enum Config.StatusConfigVersion
extends java.lang.Enum<Config.StatusConfigVersion>
  • 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 Constant Description
    STATUS_V0  
    STATUS_V1  
    STATUS_V2  
    STATUS_V3  
    STATUS_V4  
    STATUS_V5  
    STATUS_V6  
    STATUS_V7  
  • Method Summary

    Modifier and Type Method Description
    static Config.StatusConfigVersion get​(int value)  
    int getValue()  
    static Config.StatusConfigVersion valueOf​(java.lang.String name)
    Returns the enum constant of this type with the specified name.
    static Config.StatusConfigVersion[] values()
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

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

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait