Package 

Enum RomUpdateEnum

  • All Implemented Interfaces:
    java.io.Serializable , java.lang.Comparable

    
    public enum RomUpdateEnum
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int type
    • Method Summary

      Modifier and Type Method Description
      static RomUpdateEnum to(int type)
      static Array<RomUpdateEnum> values()
      static RomUpdateEnum valueOf(String name)
      int getType()
      void setType(int type)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • to

         static RomUpdateEnum to(int type)
      • values

         static Array<RomUpdateEnum> values()
      • valueOf

         static RomUpdateEnum valueOf(String name)