org.tinygroup.metadata.config.stddatatype
类 DialectType
java.lang.Object
org.tinygroup.metadata.config.stddatatype.DialectType
public class DialectType
- extends Object
方言类型
- 作者:
- luoguo
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DialectType
public DialectType()
getLanguage
public String getLanguage()
setLanguage
public void setLanguage(String language)
getType
public String getType()
- 为了兼容以前配置
- 返回:
setType
public void setType(String type)
getDefaultValue
public String getDefaultValue()
setDefaultValue
public void setDefaultValue(String defaultValue)
getPlaceholderValueList
public List<PlaceholderValue> getPlaceholderValueList()
setPlaceholderValueList
public void setPlaceholderValueList(List<PlaceholderValue> placeholderValueList)
getBaseType
public String getBaseType()
setBaseType
public void setBaseType(String baseType)
getExtType
public String getExtType()
setExtType
public void setExtType(String extType)
Copyright © 2006–2016 TinyGroup. All rights reserved.