Package 

Enum GeoType

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

    
    public enum GeoType
    
                        

    create by nielev on 2020-03-11

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String type
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EXIT

      地理围栏条件类型:出去

      ENTER

      地理围栏条件类型:进入

    • Method Summary

      Modifier and Type Method Description
      static Array<GeoType> values()
      static GeoType valueOf(String name)
      String getType()
      • Methods inherited from class java.lang.Object

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