org.tinygroup.metadata.config.stddatatype
类 DialectType

java.lang.Object
  继承者 org.tinygroup.metadata.config.stddatatype.DialectType

public class DialectType
extends Object

方言类型

作者:
luoguo

构造方法摘要
DialectType()
           
 
方法摘要
 String getBaseType()
           
 String getDefaultValue()
           
 String getExtType()
           
 String getLanguage()
           
 List<PlaceholderValue> getPlaceholderValueList()
           
 String getType()
          为了兼容以前配置
 void setBaseType(String baseType)
           
 void setDefaultValue(String defaultValue)
           
 void setExtType(String extType)
           
 void setLanguage(String language)
           
 void setPlaceholderValueList(List<PlaceholderValue> placeholderValueList)
           
 void setType(String type)
           
 
从类 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.