Class DSTestWiring.Reference

  • Enclosing class:
    DSTestWiring

    public static class DSTestWiring.Reference
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean dynamic  
      (package private) boolean multiple  
      (package private) java.lang.String name  
      (package private) boolean optional  
      (package private) java.lang.reflect.Method set  
      (package private) java.lang.String target  
      (package private) java.lang.reflect.Method unset  
    • Constructor Summary

      Constructors 
      Constructor Description
      Reference()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • name

        java.lang.String name
      • set

        java.lang.reflect.Method set
      • unset

        java.lang.reflect.Method unset
      • multiple

        boolean multiple
      • optional

        boolean optional
      • dynamic

        boolean dynamic
      • target

        java.lang.String target
    • Constructor Detail

      • Reference

        public Reference()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object