Class ImplicitPropertyUtil.ImplicitPropertyInfo

java.lang.Object
gw.lang.reflect.ImplicitPropertyUtil.ImplicitPropertyInfo
Enclosing class:
ImplicitPropertyUtil

public static class ImplicitPropertyUtil.ImplicitPropertyInfo extends Object
  • Field Details

    • _isSetter

      private boolean _isSetter
    • _isGetter

      private boolean _isGetter
    • _name

      private String _name
  • Constructor Details

    • ImplicitPropertyInfo

      public ImplicitPropertyInfo(boolean isSetter, boolean isGetter, String name)
  • Method Details

    • isSetter

      public boolean isSetter()
    • isGetter

      public boolean isGetter()
    • getName

      public String getName()