Package 

Enum RomDevTypeEnum

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

    
    public enum RomDevTypeEnum
    
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public int type
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      DEV
      GW
    • Method Summary

      Modifier and Type Method Description
      static RomDevTypeEnum to(int type)
      static Array<RomDevTypeEnum> values()
      static RomDevTypeEnum 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 RomDevTypeEnum to(int type)
      • values

         static Array<RomDevTypeEnum> values()
      • valueOf

         static RomDevTypeEnum valueOf(String name)