public class EnumTypeStatusPlugin.EnumInfo.EnumItemInfo extends Object
| 构造器和说明 |
|---|
EnumItemInfo(org.mybatis.generator.api.IntrospectedColumn column,
String name,
String comment,
String value) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getComment()
Getter method for property comment.
|
String |
getName()
Getter method for property name.
|
String |
getOriginalValue()
Getter method for property value.
|
String |
getValue()
Getter method for property value.
|
public String getComment()
public String getName()
public String getValue()
public String getOriginalValue()
Copyright © 2019. All rights reserved.