Class DataWatcher.V1_8

  • Enclosing class:
    DataWatcher

    public static class DataWatcher.V1_8
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      V1_8()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object getValue​(java.lang.Object dataWatcher, int index)  
      static int getWatchableObjectIndex​(java.lang.Object object)  
      static int getWatchableObjectType​(java.lang.Object object)  
      static java.lang.Object getWatchableObjectValue​(java.lang.Object object)  
      static java.lang.Object newWatchableObject​(int type, int index, java.lang.Object value)  
      static java.lang.Object newWatchableObject​(int index, java.lang.Object value)  
      static java.lang.Object setValue​(java.lang.Object dataWatcher, int index, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • V1_8

        public V1_8()
    • Method Detail

      • newWatchableObject

        public static java.lang.Object newWatchableObject​(int index,
                                                          java.lang.Object value)
                                                   throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • newWatchableObject

        public static java.lang.Object newWatchableObject​(int type,
                                                          int index,
                                                          java.lang.Object value)
                                                   throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • setValue

        public static java.lang.Object setValue​(java.lang.Object dataWatcher,
                                                int index,
                                                java.lang.Object value)
                                         throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • getValue

        public static java.lang.Object getValue​(java.lang.Object dataWatcher,
                                                int index)
                                         throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • getWatchableObjectIndex

        public static int getWatchableObjectIndex​(java.lang.Object object)
                                           throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • getWatchableObjectType

        public static int getWatchableObjectType​(java.lang.Object object)
                                          throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException
      • getWatchableObjectValue

        public static java.lang.Object getWatchableObjectValue​(java.lang.Object object)
                                                        throws java.lang.ReflectiveOperationException
        Throws:
        java.lang.ReflectiveOperationException