Package 

Enum RunMode

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

    
    public enum RunMode
    extends Enum<RunMode>
                        

    ProjectName: home-sdk-scenelib Description: 全屋二期 - 交互优化增加执行模式 CreateDate: 2023/4/24 4:38 下午

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class RunMode.Companion
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String mode
      private final String name
      private final Integer ordinal
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      CLOUD
      LOCAL
    • Method Summary

      Modifier and Type Method Description
      final String getMode()
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait