Class ImplicitPropertyUtil.ImplicitPropertyInfo

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

public static class ImplicitPropertyUtil.ImplicitPropertyInfo extends Object
  • 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()