类 EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
- java.lang.Object
-
- pro.leaco.mybatis.generator.plugins.EnumTypeStatusPlugin.EnumInfo.EnumItemInfo
-
public class EnumTypeStatusPlugin.EnumInfo.EnumItemInfo extends Object
-
-
构造器概要
构造器 构造器 说明 EnumItemInfo(org.mybatis.generator.api.IntrospectedColumn column, String name, String comment, String value)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetComment()Getter method for property comment.StringgetName()Getter method for property name.StringgetOriginalValue()Getter method for propertyStringgetValue()Getter method for property
-
-
-
方法详细资料
-
getComment
public String getComment()
Getter method for property comment.- 返回:
- property value of comment
-
getName
public String getName()
Getter method for property name.- 返回:
- property value of name
-
getValue
public String getValue()
Getter method for property- 返回:
- property value of value
-
getOriginalValue
public String getOriginalValue()
Getter method for property- 返回:
- property value of value
-
-