Class ImplicitPropertyUtil.ImplicitPropertyInfo

  • Enclosing class:
    ImplicitPropertyUtil

    public static class ImplicitPropertyUtil.ImplicitPropertyInfo
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean _isGetter  
      private boolean _isSetter  
      private java.lang.String _name  
    • Constructor Summary

      Constructors 
      Constructor Description
      ImplicitPropertyInfo​(boolean isSetter, boolean isGetter, java.lang.String name)  
    • Method Summary

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

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

      • _isSetter

        private boolean _isSetter
      • _isGetter

        private boolean _isGetter
      • _name

        private java.lang.String _name
    • Constructor Detail

      • ImplicitPropertyInfo

        public ImplicitPropertyInfo​(boolean isSetter,
                                    boolean isGetter,
                                    java.lang.String name)
    • Method Detail

      • isSetter

        public boolean isSetter()
      • isGetter

        public boolean isGetter()
      • getName

        public java.lang.String getName()