类 EnumInfo.EnumItemInfo

java.lang.Object
net.entframework.kernel.db.generator.utils.EnumInfo.EnumItemInfo
封闭类:
EnumInfo

public static class EnumInfo.EnumItemInfo extends Object
  • 构造器详细资料

    • EnumItemInfo

      public EnumItemInfo(org.mybatis.generator.api.IntrospectedColumn column, String name, String label, Object value)
  • 方法详细资料

    • getLabel

      public String getLabel()
    • getConstant

      public String getConstant()
    • getValue

      public String getValue()
    • getOriginalValue

      public Object getOriginalValue()
      Getter method for property value.
      返回:
      property value of value