Package 

Enum ModeEnum

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

    
    public enum ModeEnum
    
                        

    Data point readable and writable mode.

    • Field Summary

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

      Enum Constants 
      Enum Constant Description
      RO

      Read only.

      WR

      Write only.

      RW

      Readable and writable.

    • Method Summary

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

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